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 commandLine)
Specifies the starting command line.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
withStartingCommandLines(String... commandLines)
Specifies the starting command lines.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> withStartingCommandLines(String... commandLines)
commandLines - the starting command lines the container will execute after it gets initializedContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> withStartingCommandLine(String commandLine)
commandLine - the starting command line the container will execute after it gets initialized/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/