WebHostingPlanUpdateParameters Class

 

Parameters supplied to the Update Web Web Hosting Plan operation.

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

System.Object
  Microsoft.WindowsAzure.Management.WebSites.Models.WebHostingPlanUpdateParameters

public class WebHostingPlanUpdateParameters

NameDescription
System_CAPS_pubmethodWebHostingPlanUpdateParameters()

Initializes a new instance of the WebHostingPlanUpdateParameters class.

NameDescription
System_CAPS_pubpropertyNumberOfWorkers

Optional. The requested number of workers.

System_CAPS_pubpropertySKU

Optional. SKU of the Web hosting plan.

System_CAPS_pubpropertyWorkerSize

Optional. The worker size. Possible values are Small, Medium, and Large. For JSON, the equivalents are 0 = Small, 1 = Medium, and 2 = Large.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: