Uses of Class
com.azure.resourcemanager.keyvault.fluent.models.ManagedHsmKeyInner
Packages that use ManagedHsmKeyInner
Package
Description
Package containing the service clients for KeyVaultManagementClient.
Package containing the inner data models for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of ManagedHsmKeyInner in com.azure.resourcemanager.keyvault.fluent
Methods in com.azure.resourcemanager.keyvault.fluent that return ManagedHsmKeyInnerModifier and TypeMethodDescriptionManagedHsmKeysClient.createIfNotExist(String resourceGroupName, String name, String keyName, ManagedHsmKeyCreateParameters parameters) Creates the first version of a new key if it does not exist.Gets the current version of the specified key from the specified managed HSM.ManagedHsmKeysClient.getVersion(String resourceGroupName, String name, String keyName, String keyVersion) Gets the specified version of the specified key in the specified managed HSM.Methods in com.azure.resourcemanager.keyvault.fluent that return types with arguments of type ManagedHsmKeyInnerModifier and TypeMethodDescriptionManagedHsmKeysClient.createIfNotExistAsync(String resourceGroupName, String name, String keyName, ManagedHsmKeyCreateParameters parameters) Creates the first version of a new key if it does not exist.com.azure.core.http.rest.Response<ManagedHsmKeyInner> ManagedHsmKeysClient.createIfNotExistWithResponse(String resourceGroupName, String name, String keyName, ManagedHsmKeyCreateParameters parameters, com.azure.core.util.Context context) Creates the first version of a new key if it does not exist.Mono<com.azure.core.http.rest.Response<ManagedHsmKeyInner>> ManagedHsmKeysClient.createIfNotExistWithResponseAsync(String resourceGroupName, String name, String keyName, ManagedHsmKeyCreateParameters parameters) Creates the first version of a new key if it does not exist.Gets the current version of the specified key from the specified managed HSM.ManagedHsmKeysClient.getVersionAsync(String resourceGroupName, String name, String keyName, String keyVersion) Gets the specified version of the specified key in the specified managed HSM.com.azure.core.http.rest.Response<ManagedHsmKeyInner> ManagedHsmKeysClient.getVersionWithResponse(String resourceGroupName, String name, String keyName, String keyVersion, com.azure.core.util.Context context) Gets the specified version of the specified key in the specified managed HSM.Mono<com.azure.core.http.rest.Response<ManagedHsmKeyInner>> ManagedHsmKeysClient.getVersionWithResponseAsync(String resourceGroupName, String name, String keyName, String keyVersion) Gets the specified version of the specified key in the specified managed HSM.com.azure.core.http.rest.Response<ManagedHsmKeyInner> ManagedHsmKeysClient.getWithResponse(String resourceGroupName, String name, String keyName, com.azure.core.util.Context context) Gets the current version of the specified key from the specified managed HSM.Mono<com.azure.core.http.rest.Response<ManagedHsmKeyInner>> ManagedHsmKeysClient.getWithResponseAsync(String resourceGroupName, String name, String keyName) Gets the current version of the specified key from the specified managed HSM.com.azure.core.http.rest.PagedIterable<ManagedHsmKeyInner> Lists the keys in the specified managed HSM.com.azure.core.http.rest.PagedIterable<ManagedHsmKeyInner> ManagedHsmKeysClient.list(String resourceGroupName, String name, com.azure.core.util.Context context) Lists the keys in the specified managed HSM.com.azure.core.http.rest.PagedFlux<ManagedHsmKeyInner> Lists the keys in the specified managed HSM.com.azure.core.http.rest.PagedIterable<ManagedHsmKeyInner> ManagedHsmKeysClient.listVersions(String resourceGroupName, String name, String keyName) Lists the versions of the specified key in the specified managed HSM.com.azure.core.http.rest.PagedIterable<ManagedHsmKeyInner> ManagedHsmKeysClient.listVersions(String resourceGroupName, String name, String keyName, com.azure.core.util.Context context) Lists the versions of the specified key in the specified managed HSM.com.azure.core.http.rest.PagedFlux<ManagedHsmKeyInner> ManagedHsmKeysClient.listVersionsAsync(String resourceGroupName, String name, String keyName) Lists the versions of the specified key in the specified managed HSM. -
Uses of ManagedHsmKeyInner in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return ManagedHsmKeyInnerModifier and TypeMethodDescriptionstatic ManagedHsmKeyInnerManagedHsmKeyInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedHsmKeyInner from the JsonReader.ManagedHsmKeyInner.withAttributes(ManagedHsmKeyAttributes attributes) Set the attributes property: The attributes of the key.ManagedHsmKeyInner.withCurveName(JsonWebKeyCurveName curveName) Set the curveName property: The elliptic curve name.ManagedHsmKeyInner.withKeyOps(List<JsonWebKeyOperation> keyOps) Set the keyOps property: The keyOps property.ManagedHsmKeyInner.withKeySize(Integer keySize) Set the keySize property: The key size in bits.ManagedHsmKeyInner.withKty(JsonWebKeyType kty) Set the kty property: The type of the key.ManagedHsmKeyInner.withReleasePolicy(ManagedHsmKeyReleasePolicy releasePolicy) Set the releasePolicy property: Key release policy in response.ManagedHsmKeyInner.withRotationPolicy(ManagedHsmRotationPolicy rotationPolicy) Set the rotationPolicy property: Key rotation policy in response.Set the tags property: Resource tags. -
Uses of ManagedHsmKeyInner in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type ManagedHsmKeyInnerModifier and TypeMethodDescriptionManagedHsmKeyListResult.value()Get the value property: The key resources.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type ManagedHsmKeyInnerModifier and TypeMethodDescriptionManagedHsmKeyListResult.withValue(List<ManagedHsmKeyInner> value) Set the value property: The key resources.