WebSpaceOperationsExtensions.Get(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 Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse Get (this Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations operations, string webSpaceName);
static member Get : Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations * string -> Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse
<Extension()>
Public Function Get (operations As IWebSpaceOperations, webSpaceName As String) As 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