SetupTask コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SetupTask() |
SetupTask クラスの新しいインスタンスを初期化します。 |
SetupTask(String, String, IList<EnvironmentVariable>, IList<EnvironmentVariableWithSecretValue>, String) |
SetupTask クラスの新しいインスタンスを初期化します。 |
SetupTask()
SetupTask クラスの新しいインスタンスを初期化します。
public SetupTask ();
Public Sub New ()
適用対象
SetupTask(String, String, IList<EnvironmentVariable>, IList<EnvironmentVariableWithSecretValue>, String)
SetupTask クラスの新しいインスタンスを初期化します。
public SetupTask (string commandLine, string stdOutErrPathPrefix, System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariable> environmentVariables = default, System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariableWithSecretValue> secrets = default, string stdOutErrPathSuffix = default);
new Microsoft.Azure.Management.BatchAI.Models.SetupTask : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariable> * System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariableWithSecretValue> * string -> Microsoft.Azure.Management.BatchAI.Models.SetupTask
Public Sub New (commandLine As String, stdOutErrPathPrefix As String, Optional environmentVariables As IList(Of EnvironmentVariable) = Nothing, Optional secrets As IList(Of EnvironmentVariableWithSecretValue) = Nothing, Optional stdOutErrPathSuffix As String = Nothing)
パラメーター
- commandLine
- String
コマンドライン。
- stdOutErrPathPrefix
- String
出力パス プレフィックス。
- environmentVariables
- IList<EnvironmentVariable>
環境変数。
- secrets
- IList<EnvironmentVariableWithSecretValue>
シークレット。
- stdOutErrPathSuffix
- String
出力パスサフィックス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET