SqlRoleDefinitionGetResults.SqlRoleDefinitionGetResultsType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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