Freigeben über


SapApplicationServerInstanceResource.StopInstanceAsync Methode

Definition

Beendet die SAP-Anwendungsserverinstanz.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/sapVirtualInstances/{sapVirtualInstanceName}/applicationInstances/{applicationInstanceName}/stop
  • Vorgangs-IdSAPApplicationServerInstances_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 zeitintensive Vorgang für den Dienst abgeschlossen ist; Started , wenn sie nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführungszeit finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

content
SapStopContent

DER SAP-Anwendungsserver instance Anforderungstext beenden.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: