TaskContainerSettings 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
TaskContainerSettings() |
Initialiseert een nieuw exemplaar van de klasse TaskContainerSettings. |
TaskContainerSettings(String, String, ContainerRegistry, Nullable<ContainerWorkingDirectory>) |
Initialiseert een nieuw exemplaar van de klasse TaskContainerSettings. |
TaskContainerSettings()
Initialiseert een nieuw exemplaar van de klasse TaskContainerSettings.
public TaskContainerSettings ();
Public Sub New ()
Van toepassing op
TaskContainerSettings(String, String, ContainerRegistry, Nullable<ContainerWorkingDirectory>)
Initialiseert een nieuw exemplaar van de klasse TaskContainerSettings.
public TaskContainerSettings (string imageName, string containerRunOptions = default, Microsoft.Azure.Management.Batch.Models.ContainerRegistry registry = default, Microsoft.Azure.Management.Batch.Models.ContainerWorkingDirectory? workingDirectory = default);
new Microsoft.Azure.Management.Batch.Models.TaskContainerSettings : string * string * Microsoft.Azure.Management.Batch.Models.ContainerRegistry * Nullable<Microsoft.Azure.Management.Batch.Models.ContainerWorkingDirectory> -> Microsoft.Azure.Management.Batch.Models.TaskContainerSettings
Public Sub New (imageName As String, Optional containerRunOptions As String = Nothing, Optional registry As ContainerRegistry = Nothing, Optional workingDirectory As Nullable(Of ContainerWorkingDirectory) = Nothing)
Parameters
- imageName
- String
De installatiekopieën die moeten worden gebruikt om de container te maken waarin de taak wordt uitgevoerd.
- containerRunOptions
- String
Aanvullende opties voor de opdracht container maken.
- registry
- ContainerRegistry
Het privéregister dat de containerinstallatiekopieën bevat.
- workingDirectory
- Nullable<ContainerWorkingDirectory>
Een vlag om aan te geven waar de werkmap van de containertaak zich bevindt. De standaardwaarde is taskWorkingDirectory.
Van toepassing op
Azure SDK for .NET