SapVirtualInstanceResource.Update 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.
Updates einer Ressource für virtuelle Instanzen für SAP-Lösungen
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/sapVirtualInstances/{sapVirtualInstanceName}
- Vorgang IdSAPVirtualInstances_Update
public virtual Azure.Response<Azure.ResourceManager.Workloads.SapVirtualInstanceResource> Update (Azure.ResourceManager.Workloads.Models.SapVirtualInstancePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Workloads.Models.SapVirtualInstancePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Workloads.SapVirtualInstanceResource>
override this.Update : Azure.ResourceManager.Workloads.Models.SapVirtualInstancePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Workloads.SapVirtualInstanceResource>
Public Overridable Function Update (patch As SapVirtualInstancePatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SapVirtualInstanceResource)
Parameter
- patch
- SapVirtualInstancePatch
Fordern Sie den Text an, um eine Virtual Instance for SAP-Lösungsressource zu aktualisieren.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
patch
ist NULL.
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET