你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

初始化容器后将调用的可执行文件或可执行文件的路径。

返回

适用于