Package | Description |
---|---|
com.microsoft.azure.management.storage |
This package contains the classes for StorageManagementClient.
|
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.
|
ServiceFuture<CheckNameAvailabilityResult> |
StorageAccounts.checkNameAvailabilityAsync(String name,
ServiceCallback<CheckNameAvailabilityResult> callback)
Checks that account name is valid and is not in use asynchronously.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<CheckNameAvailabilityResult> |
StorageAccounts.checkNameAvailabilityAsync(String name,
ServiceCallback<CheckNameAvailabilityResult> callback)
Checks that account name is valid and is not in use asynchronously.
|
Copyright © 2019. All rights reserved.