CheckNameAvailabilityResponse.IsAvailable Property

 

Gets or sets whether the storage account name is available.

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

public bool IsAvailable { get; set; }

Property Value

Type: System.Boolean

true if the name is available; otherwise, false.

Return to top
Show: