WorkloadsExtensions.GetSapVirtualInstances 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.
Überlädt
GetSapVirtualInstances(ResourceGroupResource) |
Ruft eine Auflistung von SapVirtualInstanceResources in ResourceGroupResource ab. |
GetSapVirtualInstances(SubscriptionResource, CancellationToken) |
Ruft alle Ressourcen virtueller Instanzen für SAP-Lösungen in einem Abonnement ab.
|
GetSapVirtualInstances(ResourceGroupResource)
Ruft eine Auflistung von SapVirtualInstanceResources in ResourceGroupResource ab.
public static Azure.ResourceManager.Workloads.SapVirtualInstanceCollection GetSapVirtualInstances (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetSapVirtualInstances : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Workloads.SapVirtualInstanceCollection
<Extension()>
Public Function GetSapVirtualInstances (resourceGroupResource As ResourceGroupResource) As SapVirtualInstanceCollection
Parameter
- resourceGroupResource
- ResourceGroupResource
Der ResourceGroupResource instance, für den die Methode ausgeführt wird.
Gibt zurück
Ein Objekt, das die Auflistung von SapVirtualInstanceResources und deren Vorgänge über eine SapVirtualInstanceResource darstellt.
Gilt für:
GetSapVirtualInstances(SubscriptionResource, CancellationToken)
Ruft alle Ressourcen virtueller Instanzen für SAP-Lösungen in einem Abonnement ab.
- Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/sapVirtualInstances
- Vorgang IdSAPVirtualInstances_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.Workloads.SapVirtualInstanceResource> GetSapVirtualInstances (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetSapVirtualInstances : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Workloads.SapVirtualInstanceResource>
<Extension()>
Public Function GetSapVirtualInstances (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SapVirtualInstanceResource)
Parameter
- subscriptionResource
- SubscriptionResource
Der SubscriptionResource instance, für den die Methode ausgeführt wird.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Eine Sammlung von, bei der SapVirtualInstanceResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.