次の方法で共有


WorkerPoolResource コンストラクター

定義

オーバーロード

WorkerPoolResource()

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

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

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

WorkerPoolResource()

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

public WorkerPoolResource ();
Public Sub New ()

適用対象

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

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

public WorkerPoolResource (string id = default, string name = default, string kind = default, string type = default, int? workerSizeId = default, Microsoft.Azure.Management.WebSites.Models.ComputeModeOptions? computeMode = default, string workerSize = default, int? workerCount = default, System.Collections.Generic.IList<string> instanceNames = default, Microsoft.Azure.Management.WebSites.Models.SkuDescription sku = default);
new Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource : string * string * string * string * Nullable<int> * Nullable<Microsoft.Azure.Management.WebSites.Models.ComputeModeOptions> * string * Nullable<int> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.WebSites.Models.SkuDescription -> Microsoft.Azure.Management.WebSites.Models.WorkerPoolResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type 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

リソース ID。

name
String

リソース名。

kind
String

リソースの種類。

type
String

リソースの種類。

workerSizeId
Nullable<Int32>

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

computeMode
Nullable<ComputeModeOptions>

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

workerSize
String

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

workerCount
Nullable<Int32>

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

instanceNames
IList<String>

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

適用対象