ApplicationGatewayBackendAddressPoolPropertiesFormat Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| ApplicationGatewayBackendAddressPoolPropertiesFormat() |
Initializes a new instance of the ApplicationGatewayBackendAddressPoolPropertiesFormat class. |
| ApplicationGatewayBackendAddressPoolPropertiesFormat(IList<NetworkInterfaceIPConfiguration>, IList<ApplicationGatewayBackendAddress>, String) |
Initializes a new instance of the ApplicationGatewayBackendAddressPoolPropertiesFormat class. |
ApplicationGatewayBackendAddressPoolPropertiesFormat()
Initializes a new instance of the ApplicationGatewayBackendAddressPoolPropertiesFormat class.
public ApplicationGatewayBackendAddressPoolPropertiesFormat();
Public Sub New ()
Applies to
ApplicationGatewayBackendAddressPoolPropertiesFormat(IList<NetworkInterfaceIPConfiguration>, IList<ApplicationGatewayBackendAddress>, String)
Initializes a new instance of the ApplicationGatewayBackendAddressPoolPropertiesFormat class.
public ApplicationGatewayBackendAddressPoolPropertiesFormat(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.ApplicationGatewayBackendAddress> backendAddresses = default, string provisioningState = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ApplicationGatewayBackendAddressPoolPropertiesFormat : 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.ApplicationGatewayBackendAddress> * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ApplicationGatewayBackendAddressPoolPropertiesFormat
Public Sub New (Optional backendIPConfigurations As IList(Of NetworkInterfaceIPConfiguration) = Nothing, Optional backendAddresses As IList(Of ApplicationGatewayBackendAddress) = Nothing, Optional provisioningState As String = Nothing)
Parameters
- backendIPConfigurations
- IList<NetworkInterfaceIPConfiguration>
Collection of references to IPs defined in network interfaces.
- backendAddresses
- IList<ApplicationGatewayBackendAddress>
Backend addresses.
- provisioningState
- String
The provisioning state of the backend address pool resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'