WorkerPoolResourceInner Class
Definition
Worker pool of an App Service Environment ARM resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class WorkerPoolResourceInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResource
type WorkerPoolResourceInner = class
inherit ProxyOnlyResource
Public Class WorkerPoolResourceInner
Inherits ProxyOnlyResource
- Inheritance
- Attributes
-
Microsoft.Rest.Serialization.JsonTransformationAttribute
Constructors
WorkerPoolResourceInner() |
Initializes a new instance of the WorkerPoolResourceInner class. |
WorkerPoolResourceInner(String, String, String, String, Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>, SkuDescription) |
Properties
ComputeMode |
Gets or sets shared or dedicated app hosting. Possible values include: 'Shared', 'Dedicated', 'Dynamic' |
Id | (Inherited from ProxyOnlyResource) |
InstanceNames |
Gets names of all instances in the worker pool (read only). |
Kind | (Inherited from ProxyOnlyResource) |
Name | (Inherited from ProxyOnlyResource) |
Sku | |
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. |