Freigeben über


INetworkAttachment.Ipv6Address Property

Definition

The IPv6 address of the virtual machine. This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. If IPAllocationMethod is: Static - this field must contain an IPv6 address range from within the range specified in the attached network. Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. Disabled - this field will be empty.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The IPv6 address of the virtual machine.\r\n\r\n        This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.\r\n\r\n        If IPAllocationMethod is:\r\n        Static - this field must contain an IPv6 address range from within the range specified in the attached network.\r\n        Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.\r\n        Disabled - this field will be empty.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="ipv6Address")]
public string Ipv6Address { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The IPv6 address of the virtual machine.\r\n\r\n        This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.\r\n\r\n        If IPAllocationMethod is:\r\n        Static - this field must contain an IPv6 address range from within the range specified in the attached network.\r\n        Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.\r\n        Disabled - this field will be empty.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="ipv6Address")>]
member this.Ipv6Address : string with get, set
Public Property Ipv6Address As String

Property Value

Attributes

Applies to