WebSpaceOperationsExtensions Methods

 

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreatePublishingUser(IWebSpaceOperations^, String^, String^, WebSpacesCreatePublishingUserParameters^)

Creates a source control user with permissions to publish to this web space.

System_CAPS_pubmethodSystem_CAPS_staticCreatePublishingUserAsync(IWebSpaceOperations^, String^, String^, WebSpacesCreatePublishingUserParameters^)

Creates a source control user with permissions to publish to this web space.

System_CAPS_pubmethodSystem_CAPS_staticGet(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)

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(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)

System_CAPS_pubmethodSystem_CAPS_staticGetDnsSuffix(IWebSpaceOperations^)

Get the DNS Suffix for this subscription.

System_CAPS_pubmethodSystem_CAPS_staticGetDnsSuffixAsync(IWebSpaceOperations^)

Get the DNS Suffix for this subscription.

System_CAPS_pubmethodSystem_CAPS_staticList(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)

System_CAPS_pubmethodSystem_CAPS_staticListAsync(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)

System_CAPS_pubmethodSystem_CAPS_staticListGeoRegions(IWebSpaceOperations^)

Get the available geo regions for this web space.

System_CAPS_pubmethodSystem_CAPS_staticListGeoRegionsAsync(IWebSpaceOperations^)

Get the available geo regions for this web space.

System_CAPS_pubmethodSystem_CAPS_staticListPublishingUsers(IWebSpaceOperations^)

Get the source control users allowed to publish to this web space.

System_CAPS_pubmethodSystem_CAPS_staticListPublishingUsersAsync(IWebSpaceOperations^)

Get the source control users allowed to publish to this web space.

System_CAPS_pubmethodSystem_CAPS_staticListWebSites(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)

System_CAPS_pubmethodSystem_CAPS_staticListWebSitesAsync(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)

Return to top
Show: