CopyCommandCredentialType 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.
Credential identity supported by COPY statement.
public enum CopyCommandCredentialType
type CopyCommandCredentialType =
Public Enum CopyCommandCredentialType
- Inheritance
-
CopyCommandCredentialType
Fields
Name | Value | Description |
---|---|---|
Sas | 0 | Shared Access Signature. |
AccountKey | 1 | Storage Account Key. |
ServicePrincipal | 2 | OAUTH2 / Service Principal. |
ManagedIdentity | 3 | Managed Identity. |
PassThrough | 4 | AAD Identity Paas Through. |
None | 5 | Public Account. |