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)
Syntax
public virtual IWebSpaceOperations WebSpaces { get; }
public:
property IWebSpaceOperations^ WebSpaces {
virtual IWebSpaceOperations^ get();
}
abstract WebSpaces : IWebSpaceOperations with get
override WebSpaces : IWebSpaceOperations with get
Public Overridable ReadOnly Property WebSpaces As IWebSpaceOperations
Property Value
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSpaceOperations
An IWebSpaceOperations object.
Implements
IWebSiteManagementClient.WebSpaces
See Also
WebSiteManagementClient Class
Microsoft.WindowsAzure.Management.WebSites Namespace
Return to top