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