WebSpaceOperationsExtensions.Get Method (IWebSpaceOperations, String)

 

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)

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

public static WebSpacesGetResponse Get(
	this IWebSpaceOperations operations,
	string webSpaceName
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations

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

webSpaceName
Type: System.String

Required. The name of the web space.

Return Value

Type: Microsoft.WindowsAzure.Management.WebSites.Models.WebSpacesGetResponse

The Get Web Space Details operation response.

Return to top
Show: