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.

userName

Username for the storage account.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

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

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From ProxyResource.id

name

The name of the resource

name?: string

Property Value

string

Inherited From ProxyResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From ProxyResource.systemData

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From ProxyResource.type