IWebSpaceOperations.GetAsync(String, CancellationToken) 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 System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse> GetAsync (string webSpaceName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse>
Public Function GetAsync (webSpaceName As String, cancellationToken As CancellationToken) As Task(Of WebSpacesGetResponse)

Parameters

webSpaceName
String

The name of the web space.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get Web Space Details operation response.

Applies to