Share via


VirtualNetworkGatewayIPConfigurationInner Constructors

Definition

Overloads

VirtualNetworkGatewayIPConfigurationInner()

Initializes a new instance of the VirtualNetworkGatewayIPConfigurationInner class.

VirtualNetworkGatewayIPConfigurationInner(String, IPAllocationMethod, SubResource, SubResource, ProvisioningState, String, String)

Initializes a new instance of the VirtualNetworkGatewayIPConfigurationInner class.

VirtualNetworkGatewayIPConfigurationInner()

Initializes a new instance of the VirtualNetworkGatewayIPConfigurationInner class.

public VirtualNetworkGatewayIPConfigurationInner ();
Public Sub New ()

Applies to

VirtualNetworkGatewayIPConfigurationInner(String, IPAllocationMethod, SubResource, SubResource, ProvisioningState, String, String)

Initializes a new instance of the VirtualNetworkGatewayIPConfigurationInner class.

public VirtualNetworkGatewayIPConfigurationInner (string id = 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);
new Microsoft.Azure.Management.Network.Fluent.Models.VirtualNetworkGatewayIPConfigurationInner : 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 -> Microsoft.Azure.Management.Network.Fluent.Models.VirtualNetworkGatewayIPConfigurationInner
Public Sub New (Optional id 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)

Parameters

id
String
privateIPAllocationMethod
IPAllocationMethod

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

subnet
SubResource

The reference of the subnet resource.

publicIPAddress
SubResource

The reference of the public IP resource.

provisioningState
ProvisioningState

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

name
String

The name of the resource that is unique within a resource group. This name can be used to access the resource.

etag
String

A unique read-only string that changes whenever the resource is updated.

Applies to