次の方法で共有


WorkerPoolResourceInner コンストラクター

定義

オーバーロード

WorkerPoolResourceInner()

WorkerPoolResourceInner クラスの新しいインスタンスを初期化します。

WorkerPoolResourceInner(String, String, String, String, Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>, SkuDescription)

WorkerPoolResourceInner クラスの新しいインスタンスを初期化します。

WorkerPoolResourceInner()

WorkerPoolResourceInner クラスの新しいインスタンスを初期化します。

public WorkerPoolResourceInner ();
Public Sub New ()

適用対象

WorkerPoolResourceInner(String, String, String, String, Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>, SkuDescription)

WorkerPoolResourceInner クラスの新しいインスタンスを初期化します。

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)

パラメーター

id
String
name
String
type
String
kind
String

リソースの種類。

workerSizeId
Nullable<Int32>

このワーカー プールを参照するためのワーカー サイズ ID。

computeMode
Nullable<ComputeModeOptions>

共有または専用のアプリ ホスティング。 使用可能な値は、'Shared'、'Dedicated'、'Dynamic' です。

workerSize
String

ワーカー プール インスタンスの VM サイズ。

workerCount
Nullable<Int32>

ワーカー プール内のインスタンスの数。

instanceNames
IList<String>

ワーカー プール内のすべてのインスタンスの名前 (読み取り専用)。

適用対象