AppServiceWorkerPoolData Class

Definition

A class representing the AppServiceWorkerPool data model. Worker pool of an App Service Environment ARM resource.

public class AppServiceWorkerPoolData : Azure.ResourceManager.Models.ResourceData
public class AppServiceWorkerPoolData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.AppServiceWorkerPoolData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.AppServiceWorkerPoolData>
type AppServiceWorkerPoolData = class
    inherit ResourceData
type AppServiceWorkerPoolData = class
    inherit ResourceData
    interface IJsonModel<AppServiceWorkerPoolData>
    interface IPersistableModel<AppServiceWorkerPoolData>
Public Class AppServiceWorkerPoolData
Inherits ResourceData
Public Class AppServiceWorkerPoolData
Inherits ResourceData
Implements IJsonModel(Of AppServiceWorkerPoolData), IPersistableModel(Of AppServiceWorkerPoolData)
Inheritance
AppServiceWorkerPoolData
Implements

Constructors

AppServiceWorkerPoolData()

Initializes a new instance of AppServiceWorkerPoolData.

Properties

ComputeMode

Shared or dedicated app hosting.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
InstanceNames

Names of all instances in the worker pool (read only).

Kind

Kind of resource.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Sku

Description of a SKU for a scalable resource.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
WorkerCount

Number of instances in the worker pool.

WorkerSize

VM size of the worker pool instances.

WorkerSizeId

Worker size ID for referencing this worker pool.

Explicit Interface Implementations

IJsonModel<AppServiceWorkerPoolData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppServiceWorkerPoolData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceWorkerPoolData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceWorkerPoolData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppServiceWorkerPoolData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to