VirtualNetworkApplianceIpConfiguration Class

Definition

The virtual network appliance ip configuration.

[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualNetworkApplianceIpConfiguration : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualNetworkApplianceIpConfiguration = class
    inherit SubResource
Public Class VirtualNetworkApplianceIpConfiguration
Inherits SubResource
Inheritance
VirtualNetworkApplianceIpConfiguration
Attributes

Constructors

Name Description
VirtualNetworkApplianceIpConfiguration()

Initializes a new instance of the VirtualNetworkApplianceIpConfiguration class.

VirtualNetworkApplianceIpConfiguration(String, String, String, String, String, String, String, Nullable<Boolean>, String)

Initializes a new instance of the VirtualNetworkApplianceIpConfiguration class.

Properties

Name Description
Etag

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

Id

Gets or sets resource ID.

(Inherited from SubResource)
Name

Gets or sets the name of virtual network appliance ip configuration.

Primary

Gets or sets whether the ip configuration is primary or not.

PrivateIPAddress

Gets or sets the private IP address of the IP configuration.

PrivateIPAddressVersion

Gets or sets whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Possible values include: 'IPv4', 'IPv6'

PrivateIPAllocationMethod

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

ProvisioningState

Gets the provisioning state of the private link service IP configuration resource. Possible values include: 'Failed', 'Succeeded', 'Canceled', 'Creating', 'Updating', 'Deleting'

Type

Gets the resource type.

Applies to