SqlBuiltInRole Struct
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.
Built-in Sql roles that you can assign to users, groups, service principals, and managed identities.
public readonly struct SqlBuiltInRole : IEquatable<Azure.Provisioning.Sql.SqlBuiltInRole>
type SqlBuiltInRole = struct
Public Structure SqlBuiltInRole
Implements IEquatable(Of SqlBuiltInRole)
- Inheritance
-
SqlBuiltInRole
- Implements
Constructors
SqlBuiltInRole(String) |
Built-in Sql roles that you can assign to users, groups, service principals, and managed identities. |
Properties
AzureConnectedSqlServerOnboarding |
Allows for read and write access to Azure resources for SQL Server on Arc-enabled servers. |
SqlDBContributor |
Lets you manage SQL databases, but not access to them. Also, you can't manage their security-related policies or their parent SQL servers. |
SqlManagedInstanceContributor |
Lets you manage SQL Managed Instances and required network configuration, but can't give access to others. |
SqlSecurityManager |
Lets you manage the security-related policies of SQL servers and databases, but not access to them. |
SqlServerContributor |
Lets you manage SQL servers and databases, but not access to them, and not their security-related policies. |
Methods
Equals(SqlBuiltInRole) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SqlBuiltInRole, SqlBuiltInRole) |
Determines if two SqlBuiltInRole values are the same. |
Implicit(String to SqlBuiltInRole) |
Converts a string to a SqlBuiltInRole. |
Inequality(SqlBuiltInRole, SqlBuiltInRole) |
Determines if two SqlBuiltInRole values are different. |
Applies to
Azure SDK for .NET