Freigeben über


INetworkAttachment.Ipv4Address Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The IPv4 address of the virtual machine.\r\n\r\n        This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.\r\n\r\n        If IPAllocationMethod is:\r\n        Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.\r\n        Dynamic - this field is read-only, but will be populated with an address 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="ipv4Address")]
public string Ipv4Address { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The IPv4 address of the virtual machine.\r\n\r\n        This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.\r\n\r\n        If IPAllocationMethod is:\r\n        Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.\r\n        Dynamic - this field is read-only, but will be populated with an address 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="ipv4Address")>]
member this.Ipv4Address : string with get, set
Public Property Ipv4Address As String

Property Value

Attributes

Applies to