Compartir a través de


CopyCommandCredentialType Enum

Definition

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.

Applies to