ServerLevelPermissionsGroup Enum
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.
Permission group for validations. These groups will run a set of permissions for validating user activity. Select the permission group for the activity that you are performing.
public enum ServerLevelPermissionsGroup
type ServerLevelPermissionsGroup =
Public Enum ServerLevelPermissionsGroup
- Inheritance
-
ServerLevelPermissionsGroup
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Default. |
MigrationFromSqlServerToAzureDB | 1 | MigrationFromSqlServerToAzureDB. |
MigrationFromSqlServerToAzureMI | 2 | MigrationFromSqlServerToAzureMI. |
MigrationFromMySqlToAzureDBForMySql | 3 | MigrationFromMySQLToAzureDBForMySQL. |
MigrationFromSqlServerToAzureVm | 4 | MigrationFromSqlServerToAzureVM. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET