Sdílet prostřednictvím


ApplicationGatewayFrontendIPConfiguration Constructors

Definition

Overloads

ApplicationGatewayFrontendIPConfiguration()

Initializes a new instance of the ApplicationGatewayFrontendIPConfiguration class.

ApplicationGatewayFrontendIPConfiguration(String, String, String, SubResource, SubResource, SubResource, String, String, String, String)

Initializes a new instance of the ApplicationGatewayFrontendIPConfiguration class.

ApplicationGatewayFrontendIPConfiguration()

Initializes a new instance of the ApplicationGatewayFrontendIPConfiguration class.

public ApplicationGatewayFrontendIPConfiguration ();
Public Sub New ()

Applies to

ApplicationGatewayFrontendIPConfiguration(String, String, String, SubResource, SubResource, SubResource, String, String, String, String)

Initializes a new instance of the ApplicationGatewayFrontendIPConfiguration class.

public ApplicationGatewayFrontendIPConfiguration (string id = default, string privateIPAddress = default, string privateIPAllocationMethod = default, Microsoft.Azure.Management.Network.Models.SubResource subnet = default, Microsoft.Azure.Management.Network.Models.SubResource publicIPAddress = default, Microsoft.Azure.Management.Network.Models.SubResource privateLinkConfiguration = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayFrontendIPConfiguration : string * string * string * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayFrontendIPConfiguration
Public Sub New (Optional id As String = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As String = Nothing, Optional subnet As SubResource = Nothing, Optional publicIPAddress As SubResource = Nothing, Optional privateLinkConfiguration 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.

privateIPAddress
String

PrivateIPAddress of the network interface IP Configuration.

privateIPAllocationMethod
String

The private IP address allocation method. Possible values include: 'Static', 'Dynamic'

subnet
SubResource

Reference to the subnet resource.

publicIPAddress
SubResource

Reference to the PublicIP resource.

privateLinkConfiguration
SubResource

Reference to the application gateway private link configuration.

provisioningState
String

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

name
String

Name of the frontend 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