| Modifier and Type | Method and Description |
|---|---|
CheckNameAvailabilityResult |
StorageAccounts.checkNameAvailability(String name)
Checks that account name is valid and is not in use.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<CheckNameAvailabilityResult> |
StorageAccounts.checkNameAvailabilityAsync(String name)
Checks that account name is valid and is not in use asynchronously.
|
com.microsoft.rest.ServiceFuture<CheckNameAvailabilityResult> |
StorageAccounts.checkNameAvailabilityAsync(String name,
com.microsoft.rest.ServiceCallback<CheckNameAvailabilityResult> callback)
Checks that account name is valid and is not in use asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<CheckNameAvailabilityResult> |
StorageAccounts.checkNameAvailabilityAsync(String name,
com.microsoft.rest.ServiceCallback<CheckNameAvailabilityResult> callback)
Checks that account name is valid and is not in use asynchronously.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/