Compartir a través de


IMicrosoftGraphDevice.SystemLabel Property

Definition

List of labels applied to the device by the system. Supports $filter (eq when counting empty collections).

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="List of labels applied to the device by the system. Supports $filter (eq when counting empty collections).", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="systemLabels", Update=true)]
public string[] SystemLabel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="List of labels applied to the device by the system. Supports $filter (eq when counting empty collections).", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="systemLabels", Update=true)>]
member this.SystemLabel : string[] with get, set
Public Property SystemLabel As String()

Property Value

String[]
Attributes

Applies to