Share via


IGuestConfigurationIdentity.VmssName Property

Definition

The name of the virtual machine scale set.

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

Property Value

Attributes

Applies to