Condividi tramite


ApplicationGatewayFrontendIPConfigurationInner Constructors

Definition

Overloads

ApplicationGatewayFrontendIPConfigurationInner()

Initializes a new instance of the ApplicationGatewayFrontendIPConfigurationInner class.

ApplicationGatewayFrontendIPConfigurationInner(String, String, IPAllocationMethod, SubResource, SubResource, ProvisioningState, String, String, String)

Initializes a new instance of the ApplicationGatewayFrontendIPConfigurationInner class.

ApplicationGatewayFrontendIPConfigurationInner()

Initializes a new instance of the ApplicationGatewayFrontendIPConfigurationInner class.

public ApplicationGatewayFrontendIPConfigurationInner ();
Public Sub New ()

Applies to

ApplicationGatewayFrontendIPConfigurationInner(String, String, IPAllocationMethod, SubResource, SubResource, ProvisioningState, String, String, String)

Initializes a new instance of the ApplicationGatewayFrontendIPConfigurationInner class.

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

Parameters

id
String
privateIPAddress
String

PrivateIPAddress of the network interface IP Configuration.

privateIPAllocationMethod
IPAllocationMethod

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

subnet
SubResource

Reference of the subnet resource.

publicIPAddress
SubResource

Reference of the PublicIP resource.

provisioningState
ProvisioningState

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