Uses of Class
com.azure.resourcemanager.keyvault.models.CheckMhsmNameAvailabilityParameters
Packages that use CheckMhsmNameAvailabilityParameters
Package
Description
Package containing the service clients for KeyVault.
Package containing the data models for KeyVault.
-
Uses of CheckMhsmNameAvailabilityParameters in com.azure.resourcemanager.keyvault.fluent
Methods in com.azure.resourcemanager.keyvault.fluent with parameters of type CheckMhsmNameAvailabilityParametersModifier and TypeMethodDescriptionManagedHsmsClient.checkMhsmNameAvailability(CheckMhsmNameAvailabilityParameters mhsmName) Checks that the managed hsm name is valid and is not already in use.ManagedHsmsClient.checkMhsmNameAvailabilityAsync(CheckMhsmNameAvailabilityParameters mhsmName) Checks that the managed hsm name is valid and is not already in use.com.azure.core.http.rest.Response<CheckMhsmNameAvailabilityResultInner> ManagedHsmsClient.checkMhsmNameAvailabilityWithResponse(CheckMhsmNameAvailabilityParameters mhsmName, com.azure.core.util.Context context) Checks that the managed hsm name is valid and is not already in use.Mono<com.azure.core.http.rest.Response<CheckMhsmNameAvailabilityResultInner>> ManagedHsmsClient.checkMhsmNameAvailabilityWithResponseAsync(CheckMhsmNameAvailabilityParameters mhsmName) Checks that the managed hsm name is valid and is not already in use. -
Uses of CheckMhsmNameAvailabilityParameters in com.azure.resourcemanager.keyvault.models
Classes in com.azure.resourcemanager.keyvault.models that implement interfaces with type arguments of type CheckMhsmNameAvailabilityParametersModifier and TypeClassDescriptionfinal classThe parameters used to check the availability of the managed hsm name.Methods in com.azure.resourcemanager.keyvault.models that return CheckMhsmNameAvailabilityParametersModifier and TypeMethodDescriptionCheckMhsmNameAvailabilityParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CheckMhsmNameAvailabilityParameters from the JsonReader.Set the name property: The managed hsm name.