WorkerPoolResource 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.
Worker pool of an App Service Environment ARM resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class WorkerPoolResource : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WorkerPoolResource = class
inherit ProxyOnlyResource
Public Class WorkerPoolResource
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
WorkerPoolResource() |
Initializes a new instance of the WorkerPoolResource class. |
WorkerPoolResource(String, String, String, String, Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>, SkuDescription) |
Initializes a new instance of the WorkerPoolResource class. |
Properties
ComputeMode |
Gets or sets shared or dedicated app hosting. Possible values include: 'Shared', 'Dedicated', 'Dynamic' |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
InstanceNames |
Gets names of all instances in the worker pool (read only). |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
Sku | |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
WorkerCount |
Gets or sets number of instances in the worker pool. |
WorkerSize |
Gets or sets VM size of the worker pool instances. |
WorkerSizeId |
Gets or sets worker size ID for referencing this worker pool. |
Applies to
Azure SDK for .NET