ContainerGroupsOperationsExtensions.CreateOrUpdateAsync 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.
Erstellen oder Aktualisieren von Containergruppen
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerGroupInner> CreateOrUpdateAsync (this Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerGroupsOperations operations, string resourceGroupName, string containerGroupName, Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerGroupInner containerGroup, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerGroupsOperations * string * string * Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerGroupInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerGroupInner>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IContainerGroupsOperations, resourceGroupName As String, containerGroupName As String, containerGroup As ContainerGroupInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ContainerGroupInner)
Parameter
- operations
- IContainerGroupsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- containerGroupName
- String
Der Name der Containergruppe.
- containerGroup
- ContainerGroupInner
Die Eigenschaften der Containergruppe, die erstellt oder aktualisiert werden soll.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Erstellen oder Aktualisieren von Containergruppen mit angegebenen Konfigurationen.
Gilt für:
Azure SDK for .NET