WebSpaceOperationsExtensions.GetAsync Method

Asynchronously retrieves details for a web space.

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

Usage

'Usage
Dim operations As IWebSpaceOperations
Dim webSpaceName As String
Dim returnValue As Task(Of WebSpacesGetResponse)

returnValue = WebSpaceOperationsExtensions.GetAsync(operations, webSpaceName)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetAsync ( _
    operations As IWebSpaceOperations, _
    webSpaceName As String _
) As Task(Of WebSpacesGetResponse)
[ExtensionAttribute] 
public static Task<WebSpacesGetResponse> GetAsync (
    IWebSpaceOperations operations,
    string webSpaceName
)
[ExtensionAttribute] 
public:
static Task<WebSpacesGetResponse^>^ GetAsync (
    IWebSpaceOperations^ operations, 
    String^ webSpaceName
)
/** @attribute ExtensionAttribute() */ 
public static Task<WebSpacesGetResponse> GetAsync (
    IWebSpaceOperations operations, 
    String webSpaceName
)
ExtensionAttribute 
public static function GetAsync (
    operations : IWebSpaceOperations, 
    webSpaceName : String
) : Task<WebSpacesGetResponse>

Parameters

  • webSpaceName
    The name of the web space.

Return Value

An WebSpacesGetResponse object that contains the details for a web space.

Remarks

For more information about retrieving web space details, see Get Webspace Details.

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 and Windows Server 2008

Target Platforms

See Also

Reference

WebSpaceOperationsExtensions Class
WebSpaceOperationsExtensions Members
Microsoft.WindowsAzure.Management.WebSites Namespace