VirtualNetworkGatewayIPConfiguration 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
VirtualNetworkGatewayIPConfiguration() |
Initializes a new instance of the VirtualNetworkGatewayIPConfiguration class. |
VirtualNetworkGatewayIPConfiguration(String, String, SubResource, SubResource, String, String, String, String) |
Initializes a new instance of the VirtualNetworkGatewayIPConfiguration class. |
VirtualNetworkGatewayIPConfiguration()
Initializes a new instance of the VirtualNetworkGatewayIPConfiguration class.
public VirtualNetworkGatewayIPConfiguration ();
Public Sub New ()
Applies to
VirtualNetworkGatewayIPConfiguration(String, String, SubResource, SubResource, String, String, String, String)
Initializes a new instance of the VirtualNetworkGatewayIPConfiguration class.
public VirtualNetworkGatewayIPConfiguration (string id = default, string privateIPAllocationMethod = default, Microsoft.Azure.Management.Network.Models.SubResource subnet = default, Microsoft.Azure.Management.Network.Models.SubResource publicIPAddress = default, string privateIPAddress = default, string provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayIPConfiguration : string * string * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * string * string * string * string -> Microsoft.Azure.Management.Network.Models.VirtualNetworkGatewayIPConfiguration
Public Sub New (Optional id As String = Nothing, Optional privateIPAllocationMethod As String = Nothing, Optional subnet As SubResource = Nothing, Optional publicIPAddress As SubResource = Nothing, Optional privateIPAddress As String = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
Resource ID.
- privateIPAllocationMethod
- String
The private IP address allocation method. Possible values include: 'Static', 'Dynamic'
- subnet
- SubResource
The reference to the subnet resource.
- publicIPAddress
- SubResource
The reference to the public IP resource.
- privateIPAddress
- String
Private IP Address for this gateway.
- provisioningState
- String
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
Azure SDK for .NET