Freigeben über


ManagementGroupsOperationsExtensions.UpdateAsync Methode

Definition

Aktualisieren sie eine Verwaltungsgruppe.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroup> UpdateAsync (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations operations, string groupId, Microsoft.Azure.Management.ManagementGroups.Models.PatchManagementGroupRequest patchGroupRequest, string cacheControl = "no-cache", System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations * string * Microsoft.Azure.Management.ManagementGroups.Models.PatchManagementGroupRequest * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroup>
<Extension()>
Public Function UpdateAsync (operations As IManagementGroupsOperations, groupId As String, patchGroupRequest As PatchManagementGroupRequest, Optional cacheControl As String = "no-cache", Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagementGroup)

Parameter

operations
IManagementGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

groupId
String

Verwaltungsgruppen-ID.

patchGroupRequest
PatchManagementGroupRequest

Patchparameter für Verwaltungsgruppen.

cacheControl
String

Gibt an, ob die Anforderung Caches verwenden soll. Füllen Sie den Header mit dem Wert "no-cache", um vorhandene Caches zu umgehen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: