WebSpaceOperationsExtensions.GetAsync(IWebSpaceOperations, String) Method

Definition

You can retrieve details for a specified web space name by issuing an HTTP GET request. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn167017.aspx for more information)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations operations, string webSpaceName);
static member GetAsync : Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse>
<Extension()>
Public Function GetAsync (operations As IWebSpaceOperations, webSpaceName As String) As Task(Of WebSpacesGetResponse)

Parameters

operations
IWebSpaceOperations

Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations.

webSpaceName
String

Required. The name of the web space.

Returns

The Get Web Space Details operation response.

Applies to