IWebSpaceOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Operations for managing web spaces beneath your subscription.
public interface IWebSpaceOperations
type IWebSpaceOperations = interface
Public Interface IWebSpaceOperations
Methods
CreatePublishingUserAsync(String, String, WebSpacesCreatePublishingUserParameters, CancellationToken) |
Creates a source control user with permissions to publish to this web space. |
GetAsync(String, CancellationToken) |
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) |
GetDnsSuffixAsync(CancellationToken) |
Get the DNS Suffix for this subscription. |
ListAsync(CancellationToken) |
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) |
ListGeoRegionsAsync(CancellationToken) |
Get the available geo regions for this web space. |
ListPublishingUsersAsync(CancellationToken) |
Get the source control users allowed to publish to this web space. |
ListWebSitesAsync(String, WebSiteListParameters, CancellationToken) |
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) |
Extension 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
Azure SDK for .NET