Uses of Class
com.azure.resourcemanager.keyvault.fluent.models.ManagedHsmKeyProperties
Packages that use ManagedHsmKeyProperties
Package
Description
Package containing the inner data models for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of ManagedHsmKeyProperties in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return ManagedHsmKeyPropertiesModifier and TypeMethodDescriptionstatic ManagedHsmKeyPropertiesManagedHsmKeyProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedHsmKeyProperties from the JsonReader.ManagedHsmKeyProperties.withAttributes(ManagedHsmKeyAttributes attributes) Set the attributes property: The attributes of the key.ManagedHsmKeyProperties.withCurveName(JsonWebKeyCurveName curveName) Set the curveName property: The elliptic curve name.ManagedHsmKeyProperties.withKeyOps(List<JsonWebKeyOperation> keyOps) Set the keyOps property: The keyOps property.ManagedHsmKeyProperties.withKeySize(Integer keySize) Set the keySize property: The key size in bits.ManagedHsmKeyProperties.withKty(JsonWebKeyType kty) Set the kty property: The type of the key.ManagedHsmKeyProperties.withReleasePolicy(ManagedHsmKeyReleasePolicy releasePolicy) Set the releasePolicy property: Key release policy in response.ManagedHsmKeyProperties.withRotationPolicy(ManagedHsmRotationPolicy rotationPolicy) Set the rotationPolicy property: Key rotation policy in response. -
Uses of ManagedHsmKeyProperties in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return ManagedHsmKeyPropertiesModifier and TypeMethodDescriptionManagedHsmKeyCreateParameters.properties()Get the properties property: The properties of the key to be created.Methods in com.azure.resourcemanager.keyvault.models with parameters of type ManagedHsmKeyPropertiesModifier and TypeMethodDescriptionManagedHsmKeyCreateParameters.withProperties(ManagedHsmKeyProperties properties) Set the properties property: The properties of the key to be created.