SqlMigrationBlobAuthType 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.
Authentication type used for accessing Azure Blob Storage.
public enum SqlMigrationBlobAuthType
type SqlMigrationBlobAuthType =
Public Enum SqlMigrationBlobAuthType
- Inheritance
-
SqlMigrationBlobAuthType
Fields
| Name | Value | Description |
|---|---|---|
| AccountKey | 0 | Use an account key for authentication. |
| ManagedIdentity | 1 | Use a managed identity for authentication. |