次の方法で共有


IdentityInfo.IsSystemAssignedIdentity プロパティ

定義

マネージド ID がシステム割り当てであるか、ユーザーが割り当てられているのかを区別する値を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="isSystemAssignedIdentity")]
public bool? IsSystemAssignedIdentity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isSystemAssignedIdentity")>]
member this.IsSystemAssignedIdentity : Nullable<bool> with get, set
Public Property IsSystemAssignedIdentity As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象