IClusterPrincipalProperties.PrincipalType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Principal type.
[Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.Info(Description="Principal type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType) }, ReadOnly=false, Required=true, SerializedName="principalType")]
public Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType PrincipalType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Synapse.Runtime.Info(Description="Principal type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType) }, ReadOnly=false, Required=true, SerializedName="principalType")>]
member this.PrincipalType : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType with get, set
Public Property PrincipalType As PrincipalType
Property Value
- Attributes