Share via


ApplicationGatewayIPConfiguration Constructors

Definition

Overloads

ApplicationGatewayIPConfiguration()

Initializes a new instance of the ApplicationGatewayIPConfiguration class.

ApplicationGatewayIPConfiguration(String, SubResource, String, String, String, String)

Initializes a new instance of the ApplicationGatewayIPConfiguration class.

ApplicationGatewayIPConfiguration()

Initializes a new instance of the ApplicationGatewayIPConfiguration class.

public ApplicationGatewayIPConfiguration ();
Public Sub New ()

Applies to

ApplicationGatewayIPConfiguration(String, SubResource, String, String, String, String)

Initializes a new instance of the ApplicationGatewayIPConfiguration class.

public ApplicationGatewayIPConfiguration (string id = default, Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.SubResource subnet = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.ApplicationGatewayIPConfiguration : string * Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.SubResource * string * string * string * string -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.ApplicationGatewayIPConfiguration
Public Sub New (Optional id As String = Nothing, Optional subnet As SubResource = 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.

subnet
SubResource

Reference to the subnet resource. A subnet from where application gateway gets its private address.

provisioningState
String

The provisioning state of the application gateway IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

name
String

Name of the IP configuration 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.

Applies to