Partager via


IWithStartingCommandLineBeta<ParentT>.WithStartingCommandLine Méthode

Définition

Spécifie les lignes de commande de départ.

public Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithContainerInstanceAttach<ParentT> WithStartingCommandLine (string executable, params string[] parameters);
abstract member WithStartingCommandLine : string * string[] -> Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithContainerInstanceAttach<'ParentT>
Public Function WithStartingCommandLine (executable As String, ParamArray parameters As String()) As IWithContainerInstanceAttach(Of ParentT)

Paramètres

executable
String

Exécutable qu’il appellera après l’initialisation du conteneur.

parameters
String[]

Liste de paramètres pour l’exécutable à appeler.

Retours

S’applique à