Share via


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)

Usage

'Usage
Dim instance As CheckNameAvailabilityResponse
Dim value As Boolean

value = instance.IsAvailable

instance.IsAvailable = value

Syntax

'Declaration
Public Property IsAvailable As Boolean
public bool IsAvailable { get; set; }
public:
property bool IsAvailable {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsAvailable ()

/** @property */
public void set_IsAvailable (boolean value)
public function get IsAvailable () : boolean

public function set IsAvailable (value : boolean)

Property Value

true if the name is available; otherwise, false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

CheckNameAvailabilityResponse Class
CheckNameAvailabilityResponse Members
Microsoft.WindowsAzure.Management.Storage.Models Namespace