MHSMGeoReplicatedRegion Class
A region that this managed HSM Pool has been extended to.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelMHSMGeoReplicatedRegion
Constructor
MHSMGeoReplicatedRegion(*, name: str | None = None, is_primary: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of the geo replicated region. |
is_primary
|
A boolean value that indicates whether the region is the primary region or a secondary region. |
Variables
Name | Description |
---|---|
name
|
Name of the geo replicated region. |
provisioning_state
|
Provisioning state of the geo replicated region. Known values are: "Preprovisioning", "Provisioning", "Succeeded", "Failed", "Deleting", and "Cleanup". |
is_primary
|
A boolean value that indicates whether the region is the primary region or a secondary region. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python