StorageAccountCredential interface
The storage account credential.
- Extends
Properties
| account |
Encrypted storage key. |
| account |
Type of storage accessed on the storage account. |
| alias | Alias for the storage account. |
| blob |
Blob end point for private clouds. |
| connection |
Connection string for the storage account. Use this string if username and account key are not specified. |
| ssl |
Signifies whether SSL needs to be enabled or not. |
| storage |
Id of the storage account. |
| user |
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 |
| system |
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
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