Freigeben über


ContainerGroupsOperationsExtensions.BeginCreateOrUpdateAsync Methode

Definition

Erstellen oder Aktualisieren von Containergruppen

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerGroupInner> BeginCreateOrUpdateAsync (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 BeginCreateOrUpdateAsync : 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 BeginCreateOrUpdateAsync (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: