Share via


WebSpaceOperationsExtensions Members

The Web Sites Management API provides a RESTful set of web services that interact with the Windows Azure Web Sites service to manage your web sites. The API has entities that capture the relationship between an end user and Windows Azure Web Sites service. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for more information)

The following tables list the members exposed by the WebSpaceOperationsExtensions type.

Public Methods

  Name Description
CreatePublishingUser Creates a source control user with permissions to publish to this web space.
CreatePublishingUserAsync Creates a source control user with permissions to publish to this web space.
Get You can retrieve details for a specified web space name by issuing an HTTP GET request. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn167017.aspx for more information)
GetAsync You can retrieve details for a specified web space name by issuing an HTTP GET request. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn167017.aspx for more information)
GetDnsSuffix Get the DNS Suffix for this subscription.
GetDnsSuffixAsync Get the DNS Suffix for this subscription.
List You can list the web spaces under the current subscription by issuing a GET request. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx for more information)
ListAsync You can list the web spaces under the current subscription by issuing a GET request. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx for more information)
ListGeoRegions Get the available geo regions for this web space.
ListGeoRegionsAsync Get the available geo regions for this web space.
ListPublishingUsers Get the source control users allowed to publish to this web space.
ListPublishingUsersAsync Get the source control users allowed to publish to this web space.
ListWebSites You can retrieve a list of all web sites in a web space by issuing an HTTP GET request. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn236429.aspx for more information)
ListWebSitesAsync You can retrieve a list of all web sites in a web space by issuing an HTTP GET request. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn236429.aspx for more information)

Top

See Also

Reference

WebSpaceOperationsExtensions Class
Microsoft.WindowsAzure Namespace