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 | |
---|---|---|
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 https://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 https://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 https://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 https://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 https://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 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