Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StorageAccountCredential

Package version

The storage account credential.

Hierarchy

Index

Properties

Optional accountKey

Encrypted storage key.

accountType

accountType: AccountType

Type of storage accessed on the storage account. Possible values include: 'GeneralPurposeStorage', 'BlobStorage'

alias

alias: string

Alias for the storage account.

Optional blobDomainName

blobDomainName: undefined | string

Blob end point for private clouds.

Optional connectionString

connectionString: undefined | string

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

Optional id

id: undefined | string

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

Optional name

name: undefined | string

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

sslStatus

sslStatus: SSLStatus

Signifies whether SSL needs to be enabled or not. Possible values include: 'Enabled', 'Disabled'

Optional type

type: undefined | string

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

Optional userName

userName: undefined | string

Username for the storage account.

Generated using TypeDoc