Package | Description |
---|---|
com.microsoft.azure.management.datalake.store |
This package contains the classes for DataLakeStoreAccountManagementClient.
|
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.
|
ServiceFuture<NameAvailabilityInformation> |
Accounts.checkNameAvailabilityAsync(String location,
String name,
ServiceCallback<NameAvailabilityInformation> serviceCallback)
Checks whether the specified account name is available or taken.
|
rx.Observable<ServiceResponse<NameAvailabilityInformation>> |
Accounts.checkNameAvailabilityWithServiceResponseAsync(String location,
String name)
Checks whether the specified account name is available or taken.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<NameAvailabilityInformation> |
Accounts.checkNameAvailabilityAsync(String location,
String name,
ServiceCallback<NameAvailabilityInformation> serviceCallback)
Checks whether the specified account name is available or taken.
|
Copyright © 2019. All rights reserved.