Share via


WebSiteUpdateParameters.ServerFarm Property

 

Gets or sets the name of a server farm.

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

Syntax

public string ServerFarm { get; set; }
public:
property String^ ServerFarm {
    String^ get();
    void set(String^ value);
}
member ServerFarm : string with get, set
Public Property ServerFarm As String

Property Value

Type: System.String

The name.

Remarks

If a server farm exists, this value is DefaultServerFarm.

See Also

WebSiteUpdateParameters Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top