ContainerGroupsOperationsExtensions.RestartAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Startet alle Container in einer Containergruppe neu.
public static System.Threading.Tasks.Task RestartAsync (this Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerGroupsOperations operations, string resourceGroupName, string containerGroupName, System.Threading.CancellationToken cancellationToken = default);
static member RestartAsync : Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerGroupsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RestartAsync (operations As IContainerGroupsOperations, resourceGroupName As String, containerGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameter
- operations
- IContainerGroupsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- containerGroupName
- String
Der Name der Containergruppe.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Startet alle Container in einer Containergruppe neu. Wenn das Containerimage Updates enthält, wird das neue Image heruntergeladen.
Gilt für:
Azure SDK for .NET