WorkerPoolResourceInner Constructors
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.
Overloads
WorkerPoolResourceInner() |
Initializes a new instance of the WorkerPoolResourceInner class. |
WorkerPoolResourceInner(String, String, String, String, Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>, SkuDescription) |
Initializes a new instance of the WorkerPoolResourceInner class. |
WorkerPoolResourceInner()
Initializes a new instance of the WorkerPoolResourceInner class.
public WorkerPoolResourceInner ();
Public Sub New ()
Applies to
WorkerPoolResourceInner(String, String, String, String, Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>, SkuDescription)
Initializes a new instance of the WorkerPoolResourceInner class.
public WorkerPoolResourceInner (string id = default, string name = default, string type = default, string kind = default, int? workerSizeId = default, Microsoft.Azure.Management.AppService.Fluent.Models.ComputeModeOptions? computeMode = default, string workerSize = default, int? workerCount = default, System.Collections.Generic.IList<string> instanceNames = default, Microsoft.Azure.Management.AppService.Fluent.Models.SkuDescription sku = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner : string * string * string * string * Nullable<int> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.ComputeModeOptions> * string * Nullable<int> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.AppService.Fluent.Models.SkuDescription -> Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional workerSizeId As Nullable(Of Integer) = Nothing, Optional computeMode As Nullable(Of ComputeModeOptions) = Nothing, Optional workerSize As String = Nothing, Optional workerCount As Nullable(Of Integer) = Nothing, Optional instanceNames As IList(Of String) = Nothing, Optional sku As SkuDescription = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- kind
- String
Kind of resource.
- computeMode
- Nullable<ComputeModeOptions>
Shared or dedicated app hosting. Possible values include: 'Shared', 'Dedicated', 'Dynamic'
- workerSize
- String
VM size of the worker pool instances.
- sku
- SkuDescription
Applies to
Azure SDK for .NET