Compartir a través de


IWithStartingCommandLine<ParentT> Interfaz

Definición

Fase de la definición de instancia de contenedor que permite especificar la línea de comandos 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

Fase de la definición primaria a la que se va a volver después de adjuntar esta definición.

Derivado
Implementaciones

Métodos

WithStartingCommandLine(String)

Especifica la línea de comandos inicial.

WithStartingCommandLine(String, String[])

Especifica las líneas de comandos iniciales.

(Heredado de IWithStartingCommandLineBeta<ParentT>)

Se aplica a