BackendAddressPool Constructors
Definition
Overloads
BackendAddressPool() |
Initializes a new instance of the BackendAddressPool class. |
BackendAddressPool(String, IList<NetworkInterfaceIPConfiguration>, IList<SubResource>, SubResource, String, String, String) |
Initializes a new instance of the BackendAddressPool class. |
BackendAddressPool()
Initializes a new instance of the BackendAddressPool class.
public BackendAddressPool ();
Public Sub New ()
Applies to
Product | Introduced |
---|
BackendAddressPool(String, IList<NetworkInterfaceIPConfiguration>, IList<SubResource>, SubResource, String, String, String)
Initializes a new instance of the BackendAddressPool class.
public BackendAddressPool (string id = null, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration> backendIPConfigurations = null, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> loadBalancingRules = null, Microsoft.Azure.Management.Network.Models.SubResource outboundNatRule = null, string provisioningState = null, string name = null, string etag = null);
new Microsoft.Azure.Management.Network.Models.BackendAddressPool : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * Microsoft.Azure.Management.Network.Models.SubResource * string * string * string -> Microsoft.Azure.Management.Network.Models.BackendAddressPool
Public Sub New (Optional id As String = null, Optional backendIPConfigurations As IList(Of NetworkInterfaceIPConfiguration) = null, Optional loadBalancingRules As IList(Of SubResource) = null, Optional outboundNatRule As SubResource = null, Optional provisioningState As String = null, Optional name As String = null, Optional etag As String = null)
Parameters
- id
- String
Resource ID.
- backendIPConfigurations
- IList<NetworkInterfaceIPConfiguration>
Gets collection of references to IP addresses defined in network interfaces.
- loadBalancingRules
- IList<SubResource>
Gets load balancing rules that use this backend address pool.
- outboundNatRule
- SubResource
Gets outbound rules that use this backend address pool.
- provisioningState
- String
Get provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
- name
- String
Gets name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Applies to
Product | Introduced |
---|