次の方法で共有


RunCommandManagedIdentity.ObjectId プロパティ

定義

ユーザー割り当てマネージド ID のオブジェクト ID (GUID 値) を取得または設定します。 これが指定されている場合は、ClientId を使用しないでください。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象