StorageAccountCredentialProperties interface

The storage account credential properties.

Properties

accountKey

Encrypted storage key.

accountType

Type of storage accessed on the storage account.

alias

Alias for the storage account.

blobDomainName

Blob end point for private clouds.

connectionString

Connection string for the storage account. Use this string if username and account key are not specified.

sslStatus

Signifies whether SSL needs to be enabled or not.

storageAccountId

Id of the storage account.

userName

Username for the storage account.

Property Details

accountKey

Encrypted storage key.

accountKey?: AsymmetricEncryptedSecret

Property Value

accountType

Type of storage accessed on the storage account.

accountType: string

Property Value

string

alias

Alias for the storage account.

alias: string

Property Value

string

blobDomainName

Blob end point for private clouds.

blobDomainName?: string

Property Value

string

connectionString

Connection string for the storage account. Use this string if username and account key are not specified.

connectionString?: string

Property Value

string

sslStatus

Signifies whether SSL needs to be enabled or not.

sslStatus: string

Property Value

string

storageAccountId

Id of the storage account.

storageAccountId?: string

Property Value

string

userName

Username for the storage account.

userName?: string

Property Value

string