Partager via


IWithStartingCommandLine<ParentT>.WithStartingCommandLine Méthode

Définition

Spécifie la ligne de commande de départ.

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

Paramètres

executable
String

Exécutable ou chemin d’accès au fichier exécutable qui sera appelé après l’initialisation du conteneur.

Retours

S’applique à