次の方法で共有


IWithStartingCommandLine<ParentT>.WithStartingCommandLine メソッド

定義

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

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)

パラメーター

executable
String

コンテナーの初期化後に呼び出される実行可能ファイルへの実行可能ファイルまたはパス。

戻り値

適用対象