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)

public string ServerFarm { get; set; }

Property Value

Type: System.String

The name.

If a server farm exists, this value is DefaultServerFarm.

Return to top
Show: