IWebSpaceOperations Members
Represents the interface for the operations that are used to manage web spaces.
The following tables list the members exposed by the IWebSpaceOperations type.
Public Methods
(see also Extension Methods)
Name | Description | |
---|---|---|
CreatePublishingUserAsync | Asynchronously creates a source control user that is allowed to publish to the web space. | |
GetAsync | Asynchronously retrieves details for a web space. | |
GetDnsSuffixAsync | Asynchronously retrieves the DNS suffix for the subscription. | |
ListAsync | Asynchronously retrieves a list of web spaces in the subscription. | |
ListGeoRegionsAsync | Asynchronously retrieves the available geo-regions for the web space. | |
ListPublishingUsersAsync | Asynchronously retrieves a list of source control users allowed to publish to the web space. | |
ListWebSitesAsync | Asynchronously retrieves a list of websites in a web space. |
Top
Extension Methods
Name | Description | |
---|---|---|
CreatePublishingUser | Creates a source control user with permissions to publish to this web space. (Defined by WebSpaceOperationsExtensions.) | |
CreatePublishingUserAsync | Creates a source control user with permissions to publish to this web space. (Defined by WebSpaceOperationsExtensions.) | |
Get | 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 | 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 | 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 | 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.) |
Top
See Also
Reference
IWebSpaceOperations Interface
Microsoft.WindowsAzure.Management.WebSites Namespace