WebHostingPlanCreateParameters Class

Definition

Parameters supplied to the Create Web Web Hosting Plan operation.

public class WebHostingPlanCreateParameters
type WebHostingPlanCreateParameters = class
Public Class WebHostingPlanCreateParameters
Inheritance
WebHostingPlanCreateParameters

Constructors

WebHostingPlanCreateParameters()

Initializes a new instance of the WebHostingPlanCreateParameters class.

WebHostingPlanCreateParameters(String)

Initializes a new instance of the WebHostingPlanCreateParameters class with required arguments.

Properties

AdminSiteName

Optional. The admin site. The admin site is used to deploy site extensions or contents shared by all site in the plan.

Name

Required. Name of the Web hosting plan.

NumberOfWorkers

Optional. The requested number of workers.

SKU

Optional. SKU of the Web hosting plan.

WorkerSize

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

Applies to