WebHostingPlanUpdateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters supplied to the Update Web Web Hosting Plan operation.
public class WebHostingPlanUpdateParameters
type WebHostingPlanUpdateParameters = class
Public Class WebHostingPlanUpdateParameters
- Inheritance
-
WebHostingPlanUpdateParameters
Constructors
WebHostingPlanUpdateParameters() |
Initializes a new instance of the WebHostingPlanUpdateParameters class. |
Properties
AdminSiteName |
Optional. The admin site. The admin site is used to deploy site extensions or contents shared by all site in the 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
Azure SDK for .NET