SapVirtualInstanceResource.GetSapApplicationServerInstanceAsync 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.
Ruft die SAP-Anwendungsserverinstanz ab, die der Ressource Virtuelle Instanz für SAP-Lösungen entspricht.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/sapVirtualInstances/{sapVirtualInstanceName}/applicationInstances/{applicationInstanceName}
- Vorgangs-IdSAPApplicationServerInstances_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Workloads.SapApplicationServerInstanceResource>> GetSapApplicationServerInstanceAsync (string applicationInstanceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSapApplicationServerInstanceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Workloads.SapApplicationServerInstanceResource>>
override this.GetSapApplicationServerInstanceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Workloads.SapApplicationServerInstanceResource>>
Public Overridable Function GetSapApplicationServerInstanceAsync (applicationInstanceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SapApplicationServerInstanceResource))
Parameter
- applicationInstanceName
- String
Der Name der SAP-Anwendungsserver-instance-Ressource.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
applicationInstanceName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
applicationInstanceName
ist NULL.