WebSiteManagementClient.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 WebSiteManagementClient
Dim value As IWebSpaceOperations
value = instance.WebSpaces
Syntax
'Declaration
Public Overridable ReadOnly Property WebSpaces As IWebSpaceOperations
public virtual IWebSpaceOperations WebSpaces { get; }
public:
virtual property IWebSpaceOperations^ WebSpaces {
IWebSpaceOperations^ get ();
}
/** @property */
public IWebSpaceOperations get_WebSpaces ()
public 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
WebSiteManagementClient Class
WebSiteManagementClient Members
Microsoft.WindowsAzure.Management.WebSites Namespace