SetupTask Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
SetupTask() |
Initialiseert een nieuw exemplaar van de klasse SetupTask. |
SetupTask(String, String, IList<EnvironmentVariable>, IList<EnvironmentVariableWithSecretValue>, String) |
Initialiseert een nieuw exemplaar van de klasse SetupTask. |
SetupTask()
Initialiseert een nieuw exemplaar van de klasse SetupTask.
public SetupTask ();
Public Sub New ()
Van toepassing op
SetupTask(String, String, IList<EnvironmentVariable>, IList<EnvironmentVariableWithSecretValue>, String)
Initialiseert een nieuw exemplaar van de klasse 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)
Parameters
- commandLine
- String
Opdrachtregel.
- stdOutErrPathPrefix
- String
Uitvoerpadvoorvoegsel.
- environmentVariables
- IList<EnvironmentVariable>
Omgevingsvariabelen.
- secrets
- IList<EnvironmentVariableWithSecretValue>
Geheimen.
- stdOutErrPathSuffix
- String
Achtervoegsel van uitvoerpad.
Van toepassing op
Azure SDK for .NET