ArmAppServiceModelFactory.AppServiceWorkerPoolData Method
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.
Initializes a new instance of AppServiceWorkerPoolData.
public static Azure.ResourceManager.AppService.AppServiceWorkerPoolData AppServiceWorkerPoolData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.AppService.Models.AppServiceSkuDescription sku = default, int? workerSizeId = default, Azure.ResourceManager.AppService.Models.ComputeModeOption? computeMode = default, string workerSize = default, int? workerCount = default, System.Collections.Generic.IEnumerable<string> instanceNames = default, string kind = default);
static member AppServiceWorkerPoolData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.AppService.Models.AppServiceSkuDescription * Nullable<int> * Nullable<Azure.ResourceManager.AppService.Models.ComputeModeOption> * string * Nullable<int> * seq<string> * string -> Azure.ResourceManager.AppService.AppServiceWorkerPoolData
Public Shared Function AppServiceWorkerPoolData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional sku As AppServiceSkuDescription = Nothing, Optional workerSizeId As Nullable(Of Integer) = Nothing, Optional computeMode As Nullable(Of ComputeModeOption) = Nothing, Optional workerSize As String = Nothing, Optional workerCount As Nullable(Of Integer) = Nothing, Optional instanceNames As IEnumerable(Of String) = Nothing, Optional kind As String = Nothing) As AppServiceWorkerPoolData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
Description of a SKU for a scalable resource.
- computeMode
- Nullable<ComputeModeOption>
Shared or dedicated app hosting.
- workerSize
- String
VM size of the worker pool instances.
- instanceNames
- IEnumerable<String>
Names of all instances in the worker pool (read only).
- kind
- String
Kind of resource.
Returns
A new AppServiceWorkerPoolData instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET