StorageAccountCredential Class
The storage account credential.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datab.models._models_py3.ARMBaseModelStorageAccountCredential
Constructor
StorageAccountCredential(*, alias: str, ssl_status: Union[str, azure.mgmt.datab.models._data_box_edge_management_client_enums.SSLStatus], account_type: Union[str, azure.mgmt.datab.models._data_box_edge_management_client_enums.AccountType], user_name: Optional[str] = None, account_key: Optional[azure.mgmt.datab.models._models_py3.AsymmetricEncryptedSecret] = None, connection_string: Optional[str] = None, blob_domain_name: Optional[str] = None, storage_account_id: Optional[str] = None, **kwargs)
Parameters
- account_key
- <xref:azure.mgmt.databoxedge.v2020_12_01.models.AsymmetricEncryptedSecret>
Encrypted storage key.
- connection_string
- str
Connection string for the storage account. Use this string if username and account key are not specified.
- ssl_status
- str or <xref:azure.mgmt.databoxedge.v2020_12_01.models.SSLStatus>
Required. Signifies whether SSL needs to be enabled or not. Possible values include: "Enabled", "Disabled".
- account_type
- str or <xref:azure.mgmt.databoxedge.v2020_12_01.models.AccountType>
Required. Type of storage accessed on the storage account. Possible values include: "GeneralPurposeStorage", "BlobStorage".
Variables
- id
- str
The path ID that uniquely identifies the object.
- name
- str
The object name.
- type
- str
The hierarchical type of the object.
- system_data
- <xref:azure.mgmt.databoxedge.v2020_12_01.models.SystemData>
StorageAccountCredential object.
Feedback
Submit and view feedback for