StorageAccountCredential interface

The storage account credential.

Extends

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.

systemData

StorageAccountCredential object NOTE: This property will not be serialized. It can only be populated by the server.

userName

Username for the storage account.

Inherited Properties

id

The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

name

The object name. NOTE: This property will not be serialized. It can only be populated by the server.

type

The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.

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

systemData

StorageAccountCredential object NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Property Value

userName

Username for the storage account.

userName?: string

Property Value

string

Inherited Property Details

id

The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From ARMBaseModel.id

name

The object name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From ARMBaseModel.name

type

The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From ARMBaseModel.type