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