Freigeben über


IBareMetalMachineProperties.MachineRole Property

Definition

The list of roles that are assigned to the cluster node running on this machine.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The list of roles that are assigned to the cluster node running on this machine.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="machineRoles", Update=false)]
public System.Collections.Generic.List<string> MachineRole { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The list of roles that are assigned to the cluster node running on this machine.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="machineRoles", Update=false)>]
member this.MachineRole : System.Collections.Generic.List<string>
Public ReadOnly Property MachineRole As List(Of String)

Property Value

Attributes

Applies to