ManagedHsmSku Class
SKU details.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelManagedHsmSku
Constructor
ManagedHsmSku(*, family: str | _models.ManagedHsmSkuFamily = 'B', name: str | _models.ManagedHsmSkuName, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
family
|
SKU Family of the managed HSM Pool. "B" Default value: B
|
name
|
SKU of the managed HSM Pool. Required. Known values are: "Standard_B1" and "Custom_B32". |
Variables
Name | Description |
---|---|
family
|
SKU Family of the managed HSM Pool. "B" |
name
|
SKU of the managed HSM Pool. Required. Known values are: "Standard_B1" and "Custom_B32". |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python