WebHostingPlan Class

 

A web hosting plan associated with the specified subscription.

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

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

type WebHostingPlan = class end

NameDescription
System_CAPS_pubmethodWebHostingPlan()

Initializes a new instance of the WebHostingPlan class.

NameDescription
System_CAPS_pubpropertyName

Optional. Name of the Web hosting plan.

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: