次の方法で共有


CreateOrUpdateComputePolicyParameters.ObjectType プロパティ

定義

オブジェクト識別子が参照する AAD オブジェクトの型を取得または設定します。 使用できる値は、'User'、'Group'、'ServicePrincipal' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象