WorkerPoolResourceInner Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
WorkerPoolResourceInner() |
Inicializuje novou instanci WorkerPoolResourceInner třídy. |
WorkerPoolResourceInner(String, String, String, String, Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>, SkuDescription) |
Inicializuje novou instanci WorkerPoolResourceInner třídy. |
WorkerPoolResourceInner()
Inicializuje novou instanci WorkerPoolResourceInner třídy.
public WorkerPoolResourceInner();
Public Sub New ()
Platí pro
WorkerPoolResourceInner(String, String, String, String, Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>, SkuDescription)
Inicializuje novou instanci WorkerPoolResourceInner třídy.
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)
Parametry
- id
- String
- name
- String
- type
- String
- kind
- String
Druh prostředku.
ID velikosti pracovního procesu pro odkazování na tento fond pracovních procesů.
- computeMode
- Nullable<ComputeModeOptions>
Sdílené nebo vyhrazené hostování aplikací. Mezi možné hodnoty patří: Shared, Dedicated, Dynamic.
- workerSize
- String
Velikost virtuálního počítače instancí fondu pracovních procesů
- sku
- SkuDescription
Platí pro
Azure SDK for .NET