WebSpaceOperationsExtensions 成员
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)
以下各表列出了由 WebSpaceOperationsExtensions 类型公开的成员。
公共 方法
Name | 说明 | |
---|---|---|
CreatePublishingUser | Creates a source control user with permissions to publish to this web space. | |
CreatePublishingUserAsync | Creates a source control user with permissions to publish to this web space. | |
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) | |
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) | |
GetDnsSuffix | Get the DNS Suffix for this subscription. | |
GetDnsSuffixAsync | Get the DNS Suffix for this subscription. | |
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) | |
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) | |
ListGeoRegions | Get the available geo regions for this web space. | |
ListGeoRegionsAsync | Get the available geo regions for this web space. | |
ListPublishingUsers | Get the source control users allowed to publish to this web space. | |
ListPublishingUsersAsync | Get the source control users allowed to publish to this web space. | |
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) | |
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) |
返回页首