Udostępnij przez


BackendAddressPoolPropertiesFormat Constructors

Definition

Overloads

Name Description
BackendAddressPoolPropertiesFormat()

Initializes a new instance of the BackendAddressPoolPropertiesFormat class.

BackendAddressPoolPropertiesFormat(IList<LoadBalancerBackendAddress>, IList<NetworkInterfaceIPConfiguration>, IList<SubResource>, SubResource, IList<SubResource>, String)

Initializes a new instance of the BackendAddressPoolPropertiesFormat class.

BackendAddressPoolPropertiesFormat()

Initializes a new instance of the BackendAddressPoolPropertiesFormat class.

public BackendAddressPoolPropertiesFormat();
Public Sub New ()

Applies to

BackendAddressPoolPropertiesFormat(IList<LoadBalancerBackendAddress>, IList<NetworkInterfaceIPConfiguration>, IList<SubResource>, SubResource, IList<SubResource>, String)

Initializes a new instance of the BackendAddressPoolPropertiesFormat class.

public BackendAddressPoolPropertiesFormat(System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.LoadBalancerBackendAddress> loadBalancerBackendAddresses = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterfaceIPConfiguration> backendIPConfigurations = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource> loadBalancingRules = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource outboundRule = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource> outboundRules = default, string provisioningState = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.BackendAddressPoolPropertiesFormat : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.LoadBalancerBackendAddress> * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterfaceIPConfiguration> * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource> * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource> * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.BackendAddressPoolPropertiesFormat
Public Sub New (Optional loadBalancerBackendAddresses As IList(Of LoadBalancerBackendAddress) = Nothing, Optional backendIPConfigurations As IList(Of NetworkInterfaceIPConfiguration) = Nothing, Optional loadBalancingRules As IList(Of SubResource) = Nothing, Optional outboundRule As SubResource = Nothing, Optional outboundRules As IList(Of SubResource) = Nothing, Optional provisioningState As String = Nothing)

Parameters

loadBalancerBackendAddresses
IList<LoadBalancerBackendAddress>

An array of backend addresses.

backendIPConfigurations
IList<NetworkInterfaceIPConfiguration>

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
String

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

Applies to