AdditionalReplicaSet Class
Describes the additional replica set information.
- Inheritance
-
azure.mgmt.compute._serialization.ModelAdditionalReplicaSet
Constructor
AdditionalReplicaSet(*, storage_account_type: str | _models.StorageAccountType | None = None, regional_replica_count: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
storage_account_type
|
Specifies the storage account type to be used to create the direct drive replicas. Known values are: "Standard_LRS", "Standard_ZRS", "Premium_LRS", and "PremiumV2_LRS". |
regional_replica_count
|
The number of direct drive replicas of the Image Version to be created.This Property is updatable. |
Variables
Name | Description |
---|---|
storage_account_type
|
Specifies the storage account type to be used to create the direct drive replicas. Known values are: "Standard_LRS", "Standard_ZRS", "Premium_LRS", and "PremiumV2_LRS". |
regional_replica_count
|
The number of direct drive replicas of the Image Version to be created.This Property is updatable. |
Azure SDK for Python