StorageAccountOperationsExtensions.CheckNameAvailability Method (IStorageAccountOperations, String)

 

Checks for the availability of the specified storage account name.

Namespace:   Microsoft.WindowsAzure.Management.Storage
Assembly:  Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)

public static CheckNameAvailabilityResponse CheckNameAvailability(
	this IStorageAccountOperations operations,
	string accountName
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations

The IStorageAccountOperations object that specifies the storage account operations.

serviceName

The name of the storage account that you would like to use.

Return Value

Type: Microsoft.WindowsAzure.Management.Storage.Models.CheckNameAvailabilityResponse

The CheckNameAvailabilityResponse object that indicates whether the name is available.

For more information about checking name availability, see Check Storage Account Name Availability.

Return to top
Show: