Uses of Interface
com.azure.resourcemanager.keyvault.models.Key.DefinitionStages.WithCreate
Packages that use Key.DefinitionStages.WithCreate
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of Key.DefinitionStages.WithCreate in com.azure.resourcemanager.keyvault.models
Subinterfaces of Key.DefinitionStages.WithCreate in com.azure.resourcemanager.keyvault.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions.Methods in com.azure.resourcemanager.keyvault.models that return Key.DefinitionStages.WithCreateModifier and TypeMethodDescriptionKey.DefinitionStages.WithAttributes.withAttributes(KeyProperties attributes) Specifies the attributes of the key.Key.DefinitionStages.WithKeySize.withKeyCurveName(KeyCurveName keyCurveName) Specifies the name of the key curve for elliptic-curve key to create.Key.DefinitionStages.WithKeyOperations.withKeyOperations(KeyOperation... keyOperations) Specifies the list of allowed key operations.Key.DefinitionStages.WithKeyOperations.withKeyOperations(List<KeyOperation> keyOperations) Specifies the list of allowed key operations.Key.DefinitionStages.WithKeySize.withKeySize(int size) Specifies the size of the RSA key to create.Key.DefinitionStages.WithKey.withKeyTypeToCreate(KeyType keyType) Specifies a key type to create a new key.Specifies the tags on the key.