IVirtualMachine.CloudServiceNetworkAttachmentMacAddress Property
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 MAC address of the interface for the virtual machine that corresponds to this network attachment.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The MAC address of the interface for the virtual machine that corresponds to this network attachment.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="macAddress")]
public string CloudServiceNetworkAttachmentMacAddress { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The MAC address of the interface for the virtual machine that corresponds to this network attachment.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="macAddress")>]
member this.CloudServiceNetworkAttachmentMacAddress : string
Public ReadOnly Property CloudServiceNetworkAttachmentMacAddress As String
Property Value
- Attributes