Microsoft.Azure.Management.KeyVault.Fluent.Key.Definition Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interfaces
IBlank |
The first stage of a key definition. |
IDefinition |
Container interface for all the definitions. |
IWithAttributes |
The stage of a key definition allowing to specify the attributes of the key. |
IWithCreate |
The stage of the key definition which contains all the minimum required inputs for the key to be created but also allows for any other optional settings to be specified. |
IWithCreateBase |
The base stage of the key definition allowing for any other optional settings to be specified. |
IWithHsm |
The stage of a key definition allowing to specify whether to store the key in hardware security modules. |
IWithImport |
The stage of the key definition which contains all the minimum required inputs for the key to be imported but also allows for any other optional settings to be specified. |
IWithKey |
The stage of a key definition allowing to specify whether to create a key or to import a key. |
IWithKeyOperations |
The stage of a key definition allowing to specify the allowed operations for the key. |
IWithKeySize |
The stage of a key definition allowing to specify the key size. |
IWithTags |
The stage of a key definition allowing to specify the tags of the key. |
Azure SDK for .NET