Share via


IWebSiteManagementClient.WebSpaces Property

Gets an IWebSpaceOperations object that specifies the operations for managing web spaces in a subscription.

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

Usage

'Usage
Dim instance As IWebSiteManagementClient
Dim value As IWebSpaceOperations

value = instance.WebSpaces

Syntax

'Declaration
ReadOnly Property WebSpaces As IWebSpaceOperations
IWebSpaceOperations WebSpaces { get; }
property IWebSpaceOperations^ WebSpaces {
    IWebSpaceOperations^ get ();
}
/** @property */
IWebSpaceOperations get_WebSpaces ()
function get WebSpaces () : IWebSpaceOperations

Property Value

An IWebSpaceOperations object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

IWebSiteManagementClient Interface
IWebSiteManagementClient Members
Microsoft.WindowsAzure.Management.WebSites Namespace