共用方式為


RunCommandManagedIdentity.ClientId Property

Definition

Gets or sets client Id (GUID value) of the user-assigned managed identity. ObjectId should not be used if this is provided.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to