ManagedHsmKeyCreateParameters Class
The parameters used to create a key.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelManagedHsmKeyCreateParameters
Constructor
ManagedHsmKeyCreateParameters(*, properties: _models.ManagedHsmKeyProperties, tags: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
The tags that will be assigned to the key. |
properties
|
The properties of the key to be created. Required. |
Variables
Name | Description |
---|---|
tags
|
The tags that will be assigned to the key. |
properties
|
The properties of the key to be created. Required. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python