ApplicationGatewayBackendAddressPoolInner 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
ApplicationGatewayBackendAddressPoolInner() |
Initializes a new instance of the ApplicationGatewayBackendAddressPoolInner class. |
ApplicationGatewayBackendAddressPoolInner(String, IList<NetworkInterfaceIPConfigurationInner>, IList<ApplicationGatewayBackendAddress>, ProvisioningState, String, String, String) |
Initializes a new instance of the ApplicationGatewayBackendAddressPoolInner class. |
ApplicationGatewayBackendAddressPoolInner()
Initializes a new instance of the ApplicationGatewayBackendAddressPoolInner class.
public ApplicationGatewayBackendAddressPoolInner ();
Public Sub New ()
Applies to
ApplicationGatewayBackendAddressPoolInner(String, IList<NetworkInterfaceIPConfigurationInner>, IList<ApplicationGatewayBackendAddress>, ProvisioningState, String, String, String)
Initializes a new instance of the ApplicationGatewayBackendAddressPoolInner class.
public ApplicationGatewayBackendAddressPoolInner (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceIPConfigurationInner> backendIPConfigurations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendAddress> backendAddresses = 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.ApplicationGatewayBackendAddressPoolInner : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceIPConfigurationInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendAddress> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendAddressPoolInner
Public Sub New (Optional id As String = Nothing, Optional backendIPConfigurations As IList(Of NetworkInterfaceIPConfigurationInner) = Nothing, Optional backendAddresses As IList(Of ApplicationGatewayBackendAddress) = 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>
Collection of references to IPs defined in network interfaces.
- backendAddresses
- IList<ApplicationGatewayBackendAddress>
Backend addresses.
- provisioningState
- ProvisioningState
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.