Compartilhar via


IWithStartingCommandLine<ParentT>.WithStartingCommandLine Método

Definição

Especifica a linha de comando inicial.

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)

Parâmetros

executable
String

O executável ou o caminho para o executável que será chamado após a inicialização do contêiner.

Retornos

Aplica-se a