次の方法で共有


SqlRoleDefinitionCreateUpdateParameters.Type プロパティ

定義

ロール定義が組み込まれているか、ユーザーが作成されたかを示す値を取得または設定します。 使用可能な値は、'BuiltInRole'、'CustomRole' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.type")]
public Microsoft.Azure.Management.CosmosDB.Models.RoleDefinitionType? Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.type")>]
member this.Type : Nullable<Microsoft.Azure.Management.CosmosDB.Models.RoleDefinitionType> with get, set
Public Property Type As Nullable(Of RoleDefinitionType)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象