다음을 통해 공유


WorkerPool 생성자

정의

오버로드

WorkerPool()

WorkerPool 클래스의 새 instance 초기화합니다.

WorkerPool(Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>)

WorkerPool 클래스의 새 instance 초기화합니다.

WorkerPool()

WorkerPool 클래스의 새 instance 초기화합니다.

public WorkerPool ();
Public Sub New ()

적용 대상

WorkerPool(Nullable<Int32>, Nullable<ComputeModeOptions>, String, Nullable<Int32>, IList<String>)

WorkerPool 클래스의 새 instance 초기화합니다.

public WorkerPool (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);
new Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPool : Nullable<int> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.ComputeModeOptions> * string * Nullable<int> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPool
Public Sub New (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)

매개 변수

workerSizeId
Nullable<Int32>

이 작업자 풀을 참조하기 위한 작업자 크기 ID입니다.

computeMode
Nullable<ComputeModeOptions>

공유 또는 전용 앱 호스팅. 가능한 값은 'Shared', 'Dedicated', 'Dynamic'입니다.

workerSize
String

작업자 풀 인스턴스의 VM 크기입니다.

workerCount
Nullable<Int32>

작업자 풀의 인스턴스 수입니다.

instanceNames
IList<String>

작업자 풀에 있는 모든 인스턴스의 이름입니다(읽기 전용).

적용 대상