IDatabasePrincipalAssignment.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=false, 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=false, SerializedName="principalType")>]
member this.PrincipalType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.PrincipalType> with get, set
Public Property PrincipalType As Nullable(Of PrincipalType)
Property Value
- Attributes