WebSpaceOperationsExtensions Class

 

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)

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.WebSpaceOperationsExtensions

Syntax

public static class WebSpaceOperationsExtensions
[ExtensionAttribute]
public ref class WebSpaceOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type WebSpaceOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class WebSpaceOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static CreatePublishingUser(IWebSpaceOperations, String, String, WebSpacesCreatePublishingUserParameters)

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

System_CAPS_pubmethodSystem_CAPS_static CreatePublishingUserAsync(IWebSpaceOperations, String, String, WebSpacesCreatePublishingUserParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Get(IWebSpaceOperations, String)

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)

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IWebSpaceOperations, String)

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)

System_CAPS_pubmethodSystem_CAPS_static GetDnsSuffix(IWebSpaceOperations)

Get the DNS Suffix for this subscription.

System_CAPS_pubmethodSystem_CAPS_static GetDnsSuffixAsync(IWebSpaceOperations)

Get the DNS Suffix for this subscription.

System_CAPS_pubmethodSystem_CAPS_static List(IWebSpaceOperations)

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)

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IWebSpaceOperations)

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)

System_CAPS_pubmethodSystem_CAPS_static ListGeoRegions(IWebSpaceOperations)

Get the available geo regions for this web space.

System_CAPS_pubmethodSystem_CAPS_static ListGeoRegionsAsync(IWebSpaceOperations)

Get the available geo regions for this web space.

System_CAPS_pubmethodSystem_CAPS_static ListPublishingUsers(IWebSpaceOperations)

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

System_CAPS_pubmethodSystem_CAPS_static ListPublishingUsersAsync(IWebSpaceOperations)

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

System_CAPS_pubmethodSystem_CAPS_static ListWebSites(IWebSpaceOperations, String, WebSiteListParameters)

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)

System_CAPS_pubmethodSystem_CAPS_static ListWebSitesAsync(IWebSpaceOperations, String, WebSiteListParameters)

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)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure Namespace

Return to top