共用方式為


SqlRoleAssignmentCreateUpdateParameters.PrincipalId Property

Definition

Gets or sets the unique identifier for the associated AAD principal in the AAD graph to which access is being granted through this Role Assignment. Tenant ID for the principal is inferred using the tenant associated with the subscription.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.principalId")]
public string PrincipalId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.principalId")>]
member this.PrincipalId : string with get, set
Public Property PrincipalId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to