Uses of Class
com.microsoft.azure.management.datalake.analytics.models.NameAvailabilityInformation
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of NameAvailabilityInformation in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionAccounts.checkNameAvailability
(String location, String name) Checks whether the specified account name is available or taken.Modifier and TypeMethodDescriptionrx.Observable<NameAvailabilityInformation>
Accounts.checkNameAvailabilityAsync
(String location, String name) Checks whether the specified account name is available or taken.com.microsoft.rest.ServiceFuture<NameAvailabilityInformation>
Accounts.checkNameAvailabilityAsync
(String location, String name, com.microsoft.rest.ServiceCallback<NameAvailabilityInformation> serviceCallback) Checks whether the specified account name is available or taken.rx.Observable<com.microsoft.rest.ServiceResponse<NameAvailabilityInformation>>
Accounts.checkNameAvailabilityWithServiceResponseAsync
(String location, String name) Checks whether the specified account name is available or taken.Modifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<NameAvailabilityInformation>
Accounts.checkNameAvailabilityAsync
(String location, String name, com.microsoft.rest.ServiceCallback<NameAvailabilityInformation> serviceCallback) Checks whether the specified account name is available or taken.