AccountCredentialDetails interface

Credential details of the account.

Properties

accountConnectionString

Connection string of the account endpoint to use the account as a storage endpoint on the device.

accountName

Name of the account.

dataAccountType

Type of the account.

shareCredentialDetails

Per share level unencrypted access credentials.

Property Details

accountConnectionString

Connection string of the account endpoint to use the account as a storage endpoint on the device.

accountConnectionString?: string

Property Value

string

accountName

Name of the account.

accountName?: string

Property Value

string

dataAccountType

Type of the account.

dataAccountType?: DataAccountType

Property Value

shareCredentialDetails

Per share level unencrypted access credentials.

shareCredentialDetails?: ShareCredentialDetails[]

Property Value