共用方式為


SqlRoleDefinitionGetResults.SqlRoleDefinitionGetResultsType Property

Definition

Gets or sets indicates whether the Role Definition was built-in or user created. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to