BackendAddressPoolInner Constructors

Definition

Overloads

BackendAddressPoolInner()

Initializes a new instance of the BackendAddressPoolInner class.

BackendAddressPoolInner(String, IList<NetworkInterfaceIPConfigurationInner>, IList<SubResource>, SubResource, IList<SubResource>, ProvisioningState, String, String, String)

Initializes a new instance of the BackendAddressPoolInner class.

BackendAddressPoolInner()

Initializes a new instance of the BackendAddressPoolInner class.

public BackendAddressPoolInner ();
Public Sub New ()

Applies to

BackendAddressPoolInner(String, IList<NetworkInterfaceIPConfigurationInner>, IList<SubResource>, SubResource, IList<SubResource>, ProvisioningState, String, String, String)

Initializes a new instance of the BackendAddressPoolInner class.

public BackendAddressPoolInner (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceIPConfigurationInner> backendIPConfigurations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> loadBalancingRules = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource outboundRule = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> outboundRules = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.BackendAddressPoolInner : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceIPConfigurationInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.BackendAddressPoolInner
Public Sub New (Optional id As String = Nothing, Optional backendIPConfigurations As IList(Of NetworkInterfaceIPConfigurationInner) = Nothing, Optional loadBalancingRules As IList(Of SubResource) = Nothing, Optional outboundRule As SubResource = Nothing, Optional outboundRules As IList(Of SubResource) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

Parameters

id
String
backendIPConfigurations
IList<NetworkInterfaceIPConfigurationInner>

An array of references to IP addresses defined in network interfaces.

loadBalancingRules
IList<SubResource>

An array of references to load balancing rules that use this backend address pool.

outboundRule
SubResource

A reference to an outbound rule that uses this backend address pool.

outboundRules
IList<SubResource>

An array of references to outbound rules that use this backend address pool.

provisioningState
ProvisioningState

The provisioning state of the backend address pool resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

name
String

The name of the resource that is unique within the set of backend address pools used by the load balancer. This name can be used to access the resource.

etag
String

A unique read-only string that changes whenever the resource is updated.

type
String

Type of the resource.

Applies to