Sku Class
SKU details.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelSku
Constructor
Sku(*, family: str | _models.SkuFamily = 'A', name: str | _models.SkuName, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
family
|
SKU family name. "A" Default value: A
|
name
|
SKU name to specify whether the key vault is a standard vault or a premium vault. Required. Known values are: "standard" and "premium". |
Variables
Name | Description |
---|---|
family
|
SKU family name. "A" |
name
|
SKU name to specify whether the key vault is a standard vault or a premium vault. Required. Known values are: "standard" and "premium". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python