AutoStorageBaseProperties Class
The properties related to the auto-storage account.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.batch._serialization.ModelAutoStorageBaseProperties
Constructor
AutoStorageBaseProperties(*, storage_account_id: str, authentication_mode: str | _models.AutoStorageAuthenticationMode = 'StorageKeys', node_identity_reference: _models.ComputeNodeIdentityReference | None = None, **kwargs: Any)
Keyword-Only Parameters
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". Default value: StorageKeys
|
node_identity_reference
|
The identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage. |
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 identity referenced here must be assigned to pools which have compute nodes that need access to auto-storage. |
Azure SDK for Python