Freigeben über


SapCentralServerInstanceResource.StopInstance Methode

Definition

Beendet die SAP Central Services-Instanz.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/sapVirtualInstances/{sapVirtualInstanceName}/centralInstances/{centralInstanceName}/stop
  • Vorgangs-IdSAPCentralInstances_StopInstance
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Models.OperationStatusResult> StopInstance (Azure.WaitUntil waitUntil, Azure.ResourceManager.Workloads.Models.SapStopContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member StopInstance : Azure.WaitUntil * Azure.ResourceManager.Workloads.Models.SapStopContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Models.OperationStatusResult>
override this.StopInstance : Azure.WaitUntil * Azure.ResourceManager.Workloads.Models.SapStopContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Models.OperationStatusResult>
Public Overridable Function StopInstance (waitUntil As WaitUntil, Optional content As SapStopContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As 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

SAP Central Services instance Anforderungstext beenden.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: