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. |
| system |
StorageAccountCredential object NOTE: This property will not be serialized. It can only be populated by the server. |
| user |
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