SqlRoleDefinitionGetResults Class
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.
An Azure Cosmos DB SQL Role Definition.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SqlRoleDefinitionGetResults : Microsoft.Azure.Management.CosmosDB.Models.ARMProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SqlRoleDefinitionGetResults = class
inherit ARMProxyResource
Public Class SqlRoleDefinitionGetResults
Inherits ARMProxyResource
- Inheritance
- Attributes
Constructors
SqlRoleDefinitionGetResults() |
Initializes a new instance of the SqlRoleDefinitionGetResults class. |
SqlRoleDefinitionGetResults(String, String, String, String, Nullable<RoleDefinitionType>, IList<String>, IList<Permission>) |
Initializes a new instance of the SqlRoleDefinitionGetResults class. |
Properties
AssignableScopes |
Gets or sets a set of fully qualified Scopes at or below which Role Assignments may be created using this Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Must have at least one element. Scopes higher than Database account are not enforceable as assignable Scopes. Note that resources referenced in assignable Scopes need not exist. |
Id |
Gets the unique resource identifier of the database account. (Inherited from ARMProxyResource) |
Name |
Gets the name of the database account. (Inherited from ARMProxyResource) |
Permissions |
Gets or sets the set of operations allowed through this Role Definition. |
RoleName |
Gets or sets a user-friendly name for the Role Definition. Must be unique for the database account. |
SqlRoleDefinitionGetResultsType |
Gets or sets indicates whether the Role Definition was built-in or user created. Possible values include: 'BuiltInRole', 'CustomRole' |
Type |
Gets the type of Azure resource. (Inherited from ARMProxyResource) |
Applies to
Azure SDK for .NET