IWebSpaceOperations Methods

 

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

NameDescription
System_CAPS_pubmethodCreatePublishingUserAsync(String, String, WebSpacesCreatePublishingUserParameters, CancellationToken)

Asynchronously creates a source control user that is allowed to publish to the web space.

System_CAPS_pubmethodGetAsync(String, CancellationToken)

Asynchronously retrieves details for a web space.

System_CAPS_pubmethodGetDnsSuffixAsync(CancellationToken)

Asynchronously retrieves the DNS suffix for the subscription.

System_CAPS_pubmethodListAsync(CancellationToken)

Asynchronously retrieves a list of web spaces in the subscription.

System_CAPS_pubmethodListGeoRegionsAsync(CancellationToken)

Asynchronously retrieves the available geo-regions for the web space.

System_CAPS_pubmethodListPublishingUsersAsync(CancellationToken)

Asynchronously retrieves a list of source control users allowed to publish to the web space.

System_CAPS_pubmethodListWebSitesAsync(String, WebSiteListParameters, CancellationToken)

Asynchronously retrieves a list of websites in a web space.

NameDescription
System_CAPS_pubmethodCreatePublishingUser(String, String, WebSpacesCreatePublishingUserParameters)

Creates a source control user with permissions to publish to this web space.(Defined by WebSpaceOperationsExtensions.)

System_CAPS_pubmethodCreatePublishingUserAsync(String, String, WebSpacesCreatePublishingUserParameters)

Creates a source control user with permissions to publish to this web space.(Defined by WebSpaceOperationsExtensions.)

System_CAPS_pubmethodGet(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)(Defined by WebSpaceOperationsExtensions.)

System_CAPS_pubmethodGetAsync(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)(Defined by WebSpaceOperationsExtensions.)

System_CAPS_pubmethodGetDnsSuffix()

Get the DNS Suffix for this subscription.(Defined by WebSpaceOperationsExtensions.)

System_CAPS_pubmethodGetDnsSuffixAsync()

Get the DNS Suffix for this subscription.(Defined by WebSpaceOperationsExtensions.)

System_CAPS_pubmethodList()

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)(Defined by WebSpaceOperationsExtensions.)

System_CAPS_pubmethodListAsync()

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)(Defined by WebSpaceOperationsExtensions.)

System_CAPS_pubmethodListGeoRegions()

Get the available geo regions for this web space.(Defined by WebSpaceOperationsExtensions.)

System_CAPS_pubmethodListGeoRegionsAsync()

Get the available geo regions for this web space.(Defined by WebSpaceOperationsExtensions.)

System_CAPS_pubmethodListPublishingUsers()

Get the source control users allowed to publish to this web space.(Defined by WebSpaceOperationsExtensions.)

System_CAPS_pubmethodListPublishingUsersAsync()

Get the source control users allowed to publish to this web space.(Defined by WebSpaceOperationsExtensions.)

System_CAPS_pubmethodListWebSites(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)(Defined by WebSpaceOperationsExtensions.)

System_CAPS_pubmethodListWebSitesAsync(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)(Defined by WebSpaceOperationsExtensions.)

Return to top
Show: