WebSpaceOperationsExtensions Class

Definition

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 http://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for more information)

public static class WebSpaceOperationsExtensions
type WebSpaceOperationsExtensions = class
Public Module WebSpaceOperationsExtensions
Inheritance
WebSpaceOperationsExtensions

Methods

CreatePublishingUser(IWebSpaceOperations, String, String, WebSpacesCreatePublishingUserParameters)

Creates a source control user with permissions to publish to this web space.

CreatePublishingUserAsync(IWebSpaceOperations, String, String, WebSpacesCreatePublishingUserParameters)

Creates a source control user with permissions to publish to this web space.

Get(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)

GetAsync(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)

GetDnsSuffix(IWebSpaceOperations)

Get the DNS Suffix for this subscription.

GetDnsSuffixAsync(IWebSpaceOperations)

Get the DNS Suffix for this subscription.

List(IWebSpaceOperations)

You can list the web spaces under the current subscription by issuing a GET request. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx for more information)

ListAsync(IWebSpaceOperations)

You can list the web spaces under the current subscription by issuing a GET request. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx for more information)

ListGeoRegions(IWebSpaceOperations)

Get the available geo regions for this web space.

ListGeoRegionsAsync(IWebSpaceOperations)

Get the available geo regions for this web space.

ListPublishingUsers(IWebSpaceOperations)

Get the source control users allowed to publish to this web space.

ListPublishingUsersAsync(IWebSpaceOperations)

Get the source control users allowed to publish to this web space.

ListWebSites(IWebSpaceOperations, String, WebSiteListParameters)

You can retrieve a list of all web sites in a web space by issuing an HTTP GET request. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn236429.aspx for more information)

ListWebSitesAsync(IWebSpaceOperations, String, WebSiteListParameters)

You can retrieve a list of all web sites in a web space by issuing an HTTP GET request. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn236429.aspx for more information)

Applies to