CopyCommandCredentialType Enum

Definition

Credential identity supported by COPY statement.

public enum CopyCommandCredentialType
type CopyCommandCredentialType = 
Public Enum CopyCommandCredentialType
Inheritance
CopyCommandCredentialType

Fields

AccountKey 1

Storage Account Key.

ManagedIdentity 3

Managed Identity.

None 5

Public Account.

PassThrough 4

AAD Identity Paas Through.

Sas 0

Shared Access Signature.

ServicePrincipal 2

OAUTH2 / Service Principal.

Applies to