INetworkAttachment.Name 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 associated network's interface name. If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. If the user doesn’t specify this value, the default interface name of the network resource will be used. For a CloudServicesNetwork resource, this name will be ignored.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The associated network's interface name.\r\n If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.\r\n If the user doesn’t specify this value, the default interface name of the network resource will be used.\r\n For a CloudServicesNetwork resource, this name will be ignored.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="networkAttachmentName")]
public string Name { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The associated network's interface name.\r\n If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.\r\n If the user doesn’t specify this value, the default interface name of the network resource will be used.\r\n For a CloudServicesNetwork resource, this name will be ignored.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="networkAttachmentName")>]
member this.Name : string with get, set
Public Property Name As String
Property Value
- Attributes