Partilhar via


IWithStartingCommandLine<ParentT> Interface

Definição

O estágio da definição da instância de contêiner que permite especificar a linha de comando inicial.

public interface IWithStartingCommandLine<ParentT> : Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithStartingCommandLineBeta<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithStartingCommandLine<'ParentT> = interface
    interface IWithStartingCommandLineBeta<'ParentT>
    interface IBeta
Public Interface IWithStartingCommandLine(Of ParentT)
Implements IBeta, IWithStartingCommandLineBeta(Of ParentT)

Parâmetros de tipo

ParentT

O estágio da definição pai à qual retornar depois de anexar essa definição.

Derivado
Implementações

Métodos

WithStartingCommandLine(String)

Especifica a linha de comando inicial.

WithStartingCommandLine(String, String[])

Especifica as linhas de comando iniciais.

(Herdado de IWithStartingCommandLineBeta<ParentT>)

Aplica-se a