VirtualNetworkApplianceIpConfiguration Class
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.
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
- 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. |