次の方法で共有


PoolAddParameter コンストラクター

定義

オーバーロード

PoolAddParameter()

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

PoolAddParameter(String, String, String, CloudServiceConfiguration, VirtualMachineConfiguration, Nullable<TimeSpan>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, String, Nullable<TimeSpan>, Nullable<Boolean>, NetworkConfiguration, StartTask, IList<CertificateReference>, IList<ApplicationPackageReference>, IList<String>, Nullable<Int32>, TaskSchedulingPolicy, IList<UserAccount>, IList<MetadataItem>, IList<MountConfiguration>, Nullable<NodeCommunicationMode>)

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

PoolAddParameter()

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

public PoolAddParameter ();
Public Sub New ()

適用対象

PoolAddParameter(String, String, String, CloudServiceConfiguration, VirtualMachineConfiguration, Nullable<TimeSpan>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, String, Nullable<TimeSpan>, Nullable<Boolean>, NetworkConfiguration, StartTask, IList<CertificateReference>, IList<ApplicationPackageReference>, IList<String>, Nullable<Int32>, TaskSchedulingPolicy, IList<UserAccount>, IList<MetadataItem>, IList<MountConfiguration>, Nullable<NodeCommunicationMode>)

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

public PoolAddParameter (string id, string vmSize, string displayName = default, Microsoft.Azure.Batch.Protocol.Models.CloudServiceConfiguration cloudServiceConfiguration = default, Microsoft.Azure.Batch.Protocol.Models.VirtualMachineConfiguration virtualMachineConfiguration = default, TimeSpan? resizeTimeout = default, int? targetDedicatedNodes = default, int? targetLowPriorityNodes = default, bool? enableAutoScale = default, string autoScaleFormula = default, TimeSpan? autoScaleEvaluationInterval = default, bool? enableInterNodeCommunication = default, Microsoft.Azure.Batch.Protocol.Models.NetworkConfiguration networkConfiguration = default, Microsoft.Azure.Batch.Protocol.Models.StartTask startTask = default, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.CertificateReference> certificateReferences = default, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ApplicationPackageReference> applicationPackageReferences = default, System.Collections.Generic.IList<string> applicationLicenses = default, int? taskSlotsPerNode = default, Microsoft.Azure.Batch.Protocol.Models.TaskSchedulingPolicy taskSchedulingPolicy = default, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.UserAccount> userAccounts = default, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.MetadataItem> metadata = default, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.MountConfiguration> mountConfiguration = default, Microsoft.Azure.Batch.Protocol.Models.NodeCommunicationMode? targetNodeCommunicationMode = default);
new Microsoft.Azure.Batch.Protocol.Models.PoolAddParameter : string * string * string * Microsoft.Azure.Batch.Protocol.Models.CloudServiceConfiguration * Microsoft.Azure.Batch.Protocol.Models.VirtualMachineConfiguration * Nullable<TimeSpan> * Nullable<int> * Nullable<int> * Nullable<bool> * string * Nullable<TimeSpan> * Nullable<bool> * Microsoft.Azure.Batch.Protocol.Models.NetworkConfiguration * Microsoft.Azure.Batch.Protocol.Models.StartTask * System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.CertificateReference> * System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ApplicationPackageReference> * System.Collections.Generic.IList<string> * Nullable<int> * Microsoft.Azure.Batch.Protocol.Models.TaskSchedulingPolicy * System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.UserAccount> * System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.MetadataItem> * System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.MountConfiguration> * Nullable<Microsoft.Azure.Batch.Protocol.Models.NodeCommunicationMode> -> Microsoft.Azure.Batch.Protocol.Models.PoolAddParameter
Public Sub New (id As String, vmSize As String, Optional displayName As String = Nothing, Optional cloudServiceConfiguration As CloudServiceConfiguration = Nothing, Optional virtualMachineConfiguration As VirtualMachineConfiguration = Nothing, Optional resizeTimeout As Nullable(Of TimeSpan) = Nothing, Optional targetDedicatedNodes As Nullable(Of Integer) = Nothing, Optional targetLowPriorityNodes As Nullable(Of Integer) = Nothing, Optional enableAutoScale As Nullable(Of Boolean) = Nothing, Optional autoScaleFormula As String = Nothing, Optional autoScaleEvaluationInterval As Nullable(Of TimeSpan) = Nothing, Optional enableInterNodeCommunication As Nullable(Of Boolean) = Nothing, Optional networkConfiguration As NetworkConfiguration = Nothing, Optional startTask As StartTask = Nothing, Optional certificateReferences As IList(Of CertificateReference) = Nothing, Optional applicationPackageReferences As IList(Of ApplicationPackageReference) = Nothing, Optional applicationLicenses As IList(Of String) = Nothing, Optional taskSlotsPerNode As Nullable(Of Integer) = Nothing, Optional taskSchedulingPolicy As TaskSchedulingPolicy = Nothing, Optional userAccounts As IList(Of UserAccount) = Nothing, Optional metadata As IList(Of MetadataItem) = Nothing, Optional mountConfiguration As IList(Of MountConfiguration) = Nothing, Optional targetNodeCommunicationMode As Nullable(Of NodeCommunicationMode) = Nothing)

パラメーター

id
String

アカウント内のプールを一意に識別する文字列。

vmSize
String

プール内の仮想マシンのサイズ。 プール内のすべての仮想マシンのサイズは同じです。

displayName
String

プールの表示名。

cloudServiceConfiguration
CloudServiceConfiguration

プールのクラウド サービス構成。

virtualMachineConfiguration
VirtualMachineConfiguration

プールの仮想マシンの構成。

resizeTimeout
Nullable<TimeSpan>

プールへのコンピューティング ノードの割り当てのタイムアウト。

targetDedicatedNodes
Nullable<Int32>

プール内の専用コンピューティング ノードの必要な数。

targetLowPriorityNodes
Nullable<Int32>

プール内のスポット/低優先度コンピューティング ノードの必要な数。

enableAutoScale
Nullable<Boolean>

プール のサイズが時間の経過と同時に自動的に調整されるかどうか。

autoScaleFormula
String

プール内のコンピューティング ノードの必要な数の数式。

autoScaleEvaluationInterval
Nullable<TimeSpan>

自動スケーリング式に従ってプール サイズを自動的に調整する時間間隔。

enableInterNodeCommunication
Nullable<Boolean>

プールがコンピューティング ノード間の直接通信を許可するかどうか。

networkConfiguration
NetworkConfiguration

プールのネットワーク構成。

startTask
StartTask

プールに参加する各コンピューティング ノードで実行するように指定されたタスク。

certificateReferences
IList<CertificateReference>

プール内の各コンピューティング ノードにインストールされる証明書の一覧。

applicationPackageReferences
IList<ApplicationPackageReference>

プール内の各コンピューティング ノードにインストールするパッケージの一覧。

applicationLicenses
IList<String>

Batch サービスがプール内の各コンピューティング ノードで使用できるようにするアプリケーション ライセンスの一覧。

taskSlotsPerNode
Nullable<Int32>

プール内の単一の計算ノードで同時実行タスクを実行するために使用できるタスク スロットの数。

taskSchedulingPolicy
TaskSchedulingPolicy

プール内のコンピューティング ノード間でタスクを分散する方法。

userAccounts
IList<UserAccount>

プール内の各コンピューティング ノードに作成するユーザー アカウントの一覧。

metadata
IList<MetadataItem>

プールにメタデータとして関連付けられている名前と値のペアの一覧。

mountConfiguration
IList<MountConfiguration>

指定したファイル システムを使用して、プールの有効期間全体にわたって記憶域をマウントします。

targetNodeCommunicationMode
Nullable<NodeCommunicationMode>

プールの目的のノード通信モード。

適用対象