ApplicationGatewayBackendAddressPool 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
ApplicationGatewayBackendAddressPool() |
Initializes a new instance of the ApplicationGatewayBackendAddressPool class. |
ApplicationGatewayBackendAddressPool(String, IList<NetworkInterfaceIPConfiguration>, IList<ApplicationGatewayBackendAddress>, String, String, String, String) |
Initializes a new instance of the ApplicationGatewayBackendAddressPool class. |
ApplicationGatewayBackendAddressPool()
Initializes a new instance of the ApplicationGatewayBackendAddressPool class.
public ApplicationGatewayBackendAddressPool ();
Public Sub New ()
Applies to
ApplicationGatewayBackendAddressPool(String, IList<NetworkInterfaceIPConfiguration>, IList<ApplicationGatewayBackendAddress>, String, String, String, String)
Initializes a new instance of the ApplicationGatewayBackendAddressPool class.
public ApplicationGatewayBackendAddressPool (string id = 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.ApplicationGatewayBackendAddress> backendAddresses = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ApplicationGatewayBackendAddressPool : string * 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 * string * string * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ApplicationGatewayBackendAddressPool
Public Sub New (Optional id As String = Nothing, Optional backendIPConfigurations As IList(Of NetworkInterfaceIPConfiguration) = Nothing, Optional backendAddresses As IList(Of ApplicationGatewayBackendAddress) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
Resource ID.
- 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'
- name
- String
Name of the backend address pool that is unique within an Application Gateway.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- type
- String
Type of the resource.