Share via


WebSiteCreateParameters.ServerFarm Property

 

Gets or sets the name of the server farm that is associated with the web site.

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.

See Also

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

Return to top