StorageAccountCredential interface
The storage account credential.
- Extends
Properties
access |
The details of the storage account password. |
end |
The storage endpoint |
ssl |
Signifies whether SSL needs to be enabled or not. |
volumes |
The count of volumes using this storage account credential. NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
kind | The Kind of the object. Currently only Series8000 is supported |
name | The name of the object. 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
accessKey
The details of the storage account password.
accessKey?: AsymmetricEncryptedSecret
Property Value
endPoint
The storage endpoint
endPoint: string
Property Value
string
sslStatus
volumesCount
The count of volumes using this storage account credential. NOTE: This property will not be serialized. It can only be populated by the server.
volumesCount?: number
Property Value
number
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 BaseModel.id
kind
The Kind of the object. Currently only Series8000 is supported
kind?: "Series8000"
Property Value
"Series8000"
Inherited From BaseModel.kind
name
The name of the object. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From BaseModel.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 BaseModel.type
Azure SDK for JavaScript