ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithStartingCommandLine<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public static interface ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithStartingCommandLine<ParentT>
The stage of the container instance definition allowing to specify the starting command line.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withStartingCommandLine(String executable)
Specifies the starting command line. |
|
abstract
With |
withStartingCommandLine(String executable, String[] parameters)
Specifies the starting command lines. |
Method Details
withStartingCommandLine
public abstract ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> withStartingCommandLine(String executable)
Specifies the starting command line.
Parameters:
Returns:
withStartingCommandLine
public abstract ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> withStartingCommandLine(String executable, String[] parameters)
Specifies the starting command lines.
Parameters:
Returns: