| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
NameAvailabilityInformation |
Accounts.checkNameAvailability(String location,
String name)
Checks whether the specified account name is available or taken.
|
| Modifier and Type | Method and Description |
|---|---|
rx.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 Type | Method and Description |
|---|---|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/