Partager via


IWithStartingCommandLine<ParentT> Interface

Définition

L’étape du conteneur instance définition permettant de spécifier la ligne de commande de départ.

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)

Paramètres de type

ParentT

Étape de la définition parente à laquelle revenir après l’attachement de cette définition.

Dérivé
Implémente

Méthodes

WithStartingCommandLine(String)

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

WithStartingCommandLine(String, String[])

Spécifie les lignes de commande de départ.

(Hérité de IWithStartingCommandLineBeta<ParentT>)

S’applique à