AutoStorageBaseProperties Class
The properties related to the auto-storage account.
Constructor
AutoStorageBaseProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
storage_account_id
|
The resource ID of the storage account to be used for auto-storage account. Required. |
|
authentication_mode
|
The authentication mode which the Batch service will use to manage the auto-storage account. Known values are: "StorageKeys" and "BatchAccountManagedIdentity". |
|
node_identity_reference
|
The reference to the user assigned identity which compute nodes will use to access auto-storage. |
Attributes
authentication_mode
The authentication mode which the Batch service will use to manage the auto-storage account. Known values are: "StorageKeys" and "BatchAccountManagedIdentity".
authentication_mode: str | _models.AutoStorageAuthenticationMode | None
node_identity_reference
The reference to the user assigned identity which compute nodes will use to access auto-storage.
node_identity_reference: _models.ComputeNodeIdentityReference | None
storage_account_id
The resource ID of the storage account to be used for auto-storage account. Required.
storage_account_id: str