IContainerGroups.StartAsync(String, String, CancellationToken) Method

Definition

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

Returns

Applies to