Uses of Interface
com.microsoft.azure.management.keyvault.CheckNameAvailabilityResult
Packages that use CheckNameAvailabilityResult
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of CheckNameAvailabilityResult in com.microsoft.azure.management.keyvault
Methods in com.microsoft.azure.management.keyvault that return CheckNameAvailabilityResultModifier and TypeMethodDescriptionVaults.checkNameAvailability
(String name) Checks that the vault name is valid and is not already in use.Methods in com.microsoft.azure.management.keyvault that return types with arguments of type CheckNameAvailabilityResultModifier and TypeMethodDescriptionrx.Observable<CheckNameAvailabilityResult>
Vaults.checkNameAvailabilityAsync
(String name) Checks that the vault name is valid and is not already in use.