Compartir a través de


IWithStartingCommandLineBeta<ParentT>.WithStartingCommandLine Método

Definición

Especifica las líneas de comandos iniciales.

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)

Parámetros

executable
String

Ejecutable al que llamará después de inicializar el contenedor.

parameters
String[]

Lista de parámetros para el ejecutable al que se va a llamar.

Devoluciones

Se aplica a