ParentT
- the stage of the parent definition to return to after attaching this definitionpublic static interface ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithStartingCommandLine<ParentT>
Modifier and Type | Method and Description |
---|---|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
withStartingCommandLine(String executable)
Specifies the starting command line.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
withStartingCommandLine(String executable,
String... parameters)
Specifies the starting command lines.
|
@Beta(value=V1_11_0) ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> withStartingCommandLine(String executable, String... parameters)
executable
- the executable which it will call after initializing the containerparameters
- the parameter list for the executable to be calledContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> withStartingCommandLine(String executable)
executable
- the executable or path to the executable that will be called after initializing the containerCopyright © 2019. All rights reserved.