次の方法で共有


IWithStartingCommandLine<ParentT> インターフェイス

定義

開始コマンド ラインを指定できるコンテナー インスタンス定義のステージ。

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)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生
実装

メソッド

WithStartingCommandLine(String)

開始コマンド ラインを指定します。

WithStartingCommandLine(String, String[])

開始コマンド ラインを指定します。

(継承元 IWithStartingCommandLineBeta<ParentT>)

適用対象