Freigeben über


SapDatabaseInstanceResource.StopInstanceAsync Methode

Definition

Beendet die datenbank-instance des SAP-Systems.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/sapVirtualInstances/{sapVirtualInstanceName}/databaseInstances/{databaseInstanceName}/stop
  • Vorgang IdSAPDatabaseInstances_StopInstance
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Models.OperationStatusResult>> StopInstanceAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Workloads.Models.SapStopContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member StopInstanceAsync : Azure.WaitUntil * Azure.ResourceManager.Workloads.Models.SapStopContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Models.OperationStatusResult>>
override this.StopInstanceAsync : Azure.WaitUntil * Azure.ResourceManager.Workloads.Models.SapStopContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Models.OperationStatusResult>>
Public Overridable Function StopInstanceAsync (waitUntil As WaitUntil, Optional content As SapStopContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of OperationStatusResult))

Parameter

waitUntil
WaitUntil

Completed , wenn die Methode auf die Rückgabe warten soll, bis der lange ausgeführte Vorgang für den Dienst abgeschlossen ist; Started , wenn es nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführung finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

content
SapStopContent

Beenden Sie die Anforderung für die Datenbank instance des SAP-Systems.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: