IWebSpaceOperations Interface
Represents the interface for the operations that are used to manage web spaces.
Namespace: Microsoft.WindowsAzure.Management.WebSites
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public interface IWebSpaceOperations
public interface class IWebSpaceOperations
type IWebSpaceOperations = interface end
Public Interface IWebSpaceOperations
Methods
Name | Description | |
---|---|---|
CreatePublishingUserAsync(String, String, WebSpacesCreatePublishingUserParameters, CancellationToken) | Asynchronously creates a source control user that is allowed to publish to the web space. |
|
GetAsync(String, CancellationToken) | Asynchronously retrieves details for a web space. |
|
GetDnsSuffixAsync(CancellationToken) | Asynchronously retrieves the DNS suffix for the subscription. |
|
ListAsync(CancellationToken) | Asynchronously retrieves a list of web spaces in the subscription. |
|
ListGeoRegionsAsync(CancellationToken) | Asynchronously retrieves the available geo-regions for the web space. |
|
ListPublishingUsersAsync(CancellationToken) | Asynchronously retrieves a list of source control users allowed to publish to the web space. |
|
ListWebSitesAsync(String, WebSiteListParameters, CancellationToken) | Asynchronously retrieves a list of websites in a web space. |
Extension Methods
Name | Description | |
---|---|---|
CreatePublishingUser(String, String, WebSpacesCreatePublishingUserParameters) | Creates a source control user with permissions to publish to this web space.(Defined by WebSpaceOperationsExtensions.) |
|
CreatePublishingUserAsync(String, String, WebSpacesCreatePublishingUserParameters) | Creates a source control user with permissions to publish to this web space.(Defined by WebSpaceOperationsExtensions.) |
|
Get(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)(Defined by WebSpaceOperationsExtensions.) |
|
GetAsync(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)(Defined by WebSpaceOperationsExtensions.) |
|
GetDnsSuffix() | Get the DNS Suffix for this subscription.(Defined by WebSpaceOperationsExtensions.) |
|
GetDnsSuffixAsync() | Get the DNS Suffix for this subscription.(Defined by WebSpaceOperationsExtensions.) |
|
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)(Defined by WebSpaceOperationsExtensions.) |
|
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)(Defined by WebSpaceOperationsExtensions.) |
|
ListGeoRegions() | Get the available geo regions for this web space.(Defined by WebSpaceOperationsExtensions.) |
|
ListGeoRegionsAsync() | Get the available geo regions for this web space.(Defined by WebSpaceOperationsExtensions.) |
|
ListPublishingUsers() | Get the source control users allowed to publish to this web space.(Defined by WebSpaceOperationsExtensions.) |
|
ListPublishingUsersAsync() | Get the source control users allowed to publish to this web space.(Defined by WebSpaceOperationsExtensions.) |
|
ListWebSites(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)(Defined by WebSpaceOperationsExtensions.) |
|
ListWebSitesAsync(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)(Defined by WebSpaceOperationsExtensions.) |
See Also
Microsoft.WindowsAzure.Management.WebSites Namespace
Return to top