Share via


INetworkCloudIdentity.VirtualMachineName Property

Definition

The name of the virtual machine.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The name of the virtual machine.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="virtualMachineName")]
public string VirtualMachineName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The name of the virtual machine.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="virtualMachineName", Update=true)]
public string VirtualMachineName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The name of the virtual machine.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="virtualMachineName")>]
member this.VirtualMachineName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The name of the virtual machine.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="virtualMachineName", Update=true)>]
member this.VirtualMachineName : string with get, set
Public Property VirtualMachineName As String

Property Value

Attributes

Applies to