WebSiteManagementClient.ServerFarms Property
Gets an IServerFarmOperations object that specifies the operations for managing the server farm in a web space.
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 IServerFarmOperations
value = instance.ServerFarms
Syntax
'Declaration
Public Overridable ReadOnly Property ServerFarms As IServerFarmOperations
public virtual IServerFarmOperations ServerFarms { get; }
public:
virtual property IServerFarmOperations^ ServerFarms {
IServerFarmOperations^ get ();
}
/** @property */
public IServerFarmOperations get_ServerFarms ()
public function get ServerFarms () : IServerFarmOperations
Property Value
An IServerFarmOperations 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 and Windows Server 2008
Target Platforms
See Also
Reference
WebSiteManagementClient Class
WebSiteManagementClient Members
Microsoft.WindowsAzure.Management.WebSites Namespace