Freigeben über


AppPlatformExtensions.GetAppPlatformServices Methode

Definition

Überlädt

GetAppPlatformServices(SubscriptionResource, CancellationToken)

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Abonnement.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/Spring
  • Vorgang IdServices_ListBySubscription
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.

Gilt für: