VirtualNetworkGatewayIPConfigurationInner Class

Definition

IP configuration for virtual network gateway.

[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualNetworkGatewayIPConfigurationInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualNetworkGatewayIPConfigurationInner = class
    inherit SubResource
Public Class VirtualNetworkGatewayIPConfigurationInner
Inherits SubResource
Inheritance
VirtualNetworkGatewayIPConfigurationInner
Attributes

Constructors

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.

Properties

Etag

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

Id

Resource Id

(Inherited from SubResource)
Name

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

PrivateIPAllocationMethod

Gets or sets the private IP address allocation method. Possible values include: 'Static', 'Dynamic'

ProvisioningState

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

PublicIPAddress

Gets or sets the reference of the public IP resource.

Subnet

Gets or sets the reference of the subnet resource.

Applies to