WorkloadsExtensions.GetSapVirtualInstance 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 eine Ressource für eine virtuelle Instanz für SAP-Lösungen ab.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/sapVirtualInstances/{sapVirtualInstanceName}
- Vorgang IdSAPVirtualInstances_Get
public static Azure.Response<Azure.ResourceManager.Workloads.SapVirtualInstanceResource> GetSapVirtualInstance (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string sapVirtualInstanceName, System.Threading.CancellationToken cancellationToken = default);
static member GetSapVirtualInstance : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Workloads.SapVirtualInstanceResource>
<Extension()>
Public Function GetSapVirtualInstance (resourceGroupResource As ResourceGroupResource, sapVirtualInstanceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SapVirtualInstanceResource)
Parameter
- resourceGroupResource
- ResourceGroupResource
Der ResourceGroupResource instance, für den die Methode ausgeführt wird.
- sapVirtualInstanceName
- String
Der Name der Ressource "Virtuelle Instanzen für SAP-Lösungen".
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
sapVirtualInstanceName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
sapVirtualInstanceName
ist NULL.