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
System_CAPS_pubmethod CreatePublishingUserAsync(String, String, WebSpacesCreatePublishingUserParameters, CancellationToken)

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

System_CAPS_pubmethod GetAsync(String, CancellationToken)

Asynchronously retrieves details for a web space.

System_CAPS_pubmethod GetDnsSuffixAsync(CancellationToken)

Asynchronously retrieves the DNS suffix for the subscription.

System_CAPS_pubmethod ListAsync(CancellationToken)

Asynchronously retrieves a list of web spaces in the subscription.

System_CAPS_pubmethod ListGeoRegionsAsync(CancellationToken)

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

System_CAPS_pubmethod ListPublishingUsersAsync(CancellationToken)

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

System_CAPS_pubmethod ListWebSitesAsync(String, WebSiteListParameters, CancellationToken)

Asynchronously retrieves a list of websites in a web space.

Extension Methods

Name Description
System_CAPS_pubmethod CreatePublishingUser(String, String, WebSpacesCreatePublishingUserParameters)

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

System_CAPS_pubmethod CreatePublishingUserAsync(String, String, WebSpacesCreatePublishingUserParameters)

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

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod GetDnsSuffix()

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

System_CAPS_pubmethod GetDnsSuffixAsync()

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

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod ListGeoRegions()

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

System_CAPS_pubmethod ListGeoRegionsAsync()

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

System_CAPS_pubmethod ListPublishingUsers()

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

System_CAPS_pubmethod ListPublishingUsersAsync()

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

System_CAPS_pubmethod 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.)

System_CAPS_pubmethod 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