AppPlatformExtensions.GetAppPlatformServices 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
GetAppPlatformServices(SubscriptionResource, CancellationToken) |
Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Abonnement.
|
GetAppPlatformServices(ResourceGroupResource) |
Ruft eine Auflistung von AppPlatformServiceResources in ResourceGroupResource ab. |
GetAppPlatformServices(SubscriptionResource, CancellationToken)
Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Abonnement.
- Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/Spring
- Vorgang IdServices_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformServiceResource> GetAppPlatformServices (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetAppPlatformServices : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformServiceResource>
<Extension()>
Public Function GetAppPlatformServices (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppPlatformServiceResource)
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 AppPlatformServiceResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.
Gilt für:
GetAppPlatformServices(ResourceGroupResource)
Ruft eine Auflistung von AppPlatformServiceResources in ResourceGroupResource ab.
public static Azure.ResourceManager.AppPlatform.AppPlatformServiceCollection GetAppPlatformServices (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetAppPlatformServices : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.AppPlatform.AppPlatformServiceCollection
<Extension()>
Public Function GetAppPlatformServices (resourceGroupResource As ResourceGroupResource) As AppPlatformServiceCollection
Parameter
- resourceGroupResource
- ResourceGroupResource
Der ResourceGroupResource instance, für den die Methode ausgeführt wird.
Gibt zurück
Ein Objekt, das die Auflistung von AppPlatformServiceResources und deren Vorgänge über eine AppPlatformServiceResource darstellt.