ProximityPlacementGroupsOperationsExtensions.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 Sie eine Näherungsplatzierungsgruppe.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.ProximityPlacementGroupInner> CreateOrUpdateAsync (this Microsoft.Azure.Management.Compute.Fluent.IProximityPlacementGroupsOperations operations, string resourceGroupName, string proximityPlacementGroupName, Microsoft.Azure.Management.Compute.Fluent.Models.ProximityPlacementGroupInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Compute.Fluent.IProximityPlacementGroupsOperations * string * string * Microsoft.Azure.Management.Compute.Fluent.Models.ProximityPlacementGroupInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.ProximityPlacementGroupInner>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IProximityPlacementGroupsOperations, resourceGroupName As String, proximityPlacementGroupName As String, parameters As ProximityPlacementGroupInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ProximityPlacementGroupInner)
Parameter
- operations
- IProximityPlacementGroupsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- proximityPlacementGroupName
- String
Der Name der Näherungsplatzierungsgruppe.
- parameters
- ProximityPlacementGroupInner
Parameter, die für den Vorgang Näherungsplatzierungsgruppe erstellen bereitgestellt werden.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET