IContainerGroups.StartAsync(String, String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts all containers in a container group.
public System.Threading.Tasks.Task StartAsync (string resourceGroupName, string containerGroupName, System.Threading.CancellationToken cancellationToken = default);
abstract member StartAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function StartAsync (resourceGroupName As String, containerGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- resourceGroupName
- String
The name of the resource group of the container group.
- containerGroupName
- String
The name of the container group.
- cancellationToken
- CancellationToken