Share via


IClusterPrincipalAssignment.Role Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="Cluster principal role.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole) }, ReadOnly=false, Required=false, SerializedName="role")]
public Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole? Role { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="Cluster principal role.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole) }, ReadOnly=false, Required=false, SerializedName="role")>]
member this.Role : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.ClusterPrincipalRole> with get, set
Public Property Role As Nullable(Of ClusterPrincipalRole)

Property Value

Attributes

Applies to