次の方法で共有


SqlRoleDefinitionGetResults.SqlRoleDefinitionGetResultsType プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象