AppServiceWorkerPoolData Class

Definition

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

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
    interface IJsonModel<AppServiceWorkerPoolData>
    interface IPersistableModel<AppServiceWorkerPoolData>
Public Class AppServiceWorkerPoolData
Inherits ResourceData
Implements IJsonModel(Of AppServiceWorkerPoolData), IPersistableModel(Of AppServiceWorkerPoolData)
Inheritance
AppServiceWorkerPoolData
Implements

Constructors

Name Description
AppServiceWorkerPoolData()

Initializes a new instance of AppServiceWorkerPoolData.

Properties

Name Description
ComputeMode

Shared or dedicated app hosting. Serialized Name: WorkerPoolResource.properties.computeMode

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). Serialized Name: WorkerPoolResource.properties.instanceNames

Kind

Kind of resource. If the resource is an app, you can refer to https://github.com/Azure/app-service-linux-docs/blob/master/Things_You_Should_Know/kind_property.md#app-service-resource-kind-reference for details supported values for kind. Serialized Name: WorkerPoolResource.kind

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. Serialized Name: WorkerPoolResource.sku

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
WorkerCount

Number of instances in the worker pool. Serialized Name: WorkerPoolResource.properties.workerCount

WorkerSize

VM size of the worker pool instances. Serialized Name: WorkerPoolResource.properties.workerSize

WorkerSizeId

Worker size ID for referencing this worker pool. Serialized Name: WorkerPoolResource.properties.workerSizeId

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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