Freigeben über


ContainersExtensions.GetContainerApps Methode

Definition

Überlädt

GetContainerApps(ResourceGroupResource)

Ruft eine Auflistung von ContainerAppResources in resourceGroupResource ab.

GetContainerApps(SubscriptionResource, CancellationToken)

Rufen Sie die Container-Apps in einem bestimmten Abonnement ab. Anforderungspfad: /subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps Vorgangs-ID: ContainerApps_ListBySubscription

GetContainerApps(ResourceGroupResource)

Source:
ContainersExtensions.cs

Ruft eine Auflistung von ContainerAppResources in resourceGroupResource ab.

public static Azure.ResourceManager.Applications.Containers.ContainerAppCollection GetContainerApps (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetContainerApps : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Applications.Containers.ContainerAppCollection
<Extension()>
Public Function GetContainerApps (resourceGroupResource As ResourceGroupResource) As ContainerAppCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance die -Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das die Auflistung von ContainerAppResources und deren Vorgänge über eine ContainerAppResource darstellt.

Gilt für:

GetContainerApps(SubscriptionResource, CancellationToken)

Source:
ContainersExtensions.cs

Rufen Sie die Container-Apps in einem bestimmten Abonnement ab. Anforderungspfad: /subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps Vorgangs-ID: ContainerApps_ListBySubscription

public static Azure.Pageable<Azure.ResourceManager.Applications.Containers.ContainerAppResource> GetContainerApps (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetContainerApps : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Applications.Containers.ContainerAppResource>
<Extension()>
Public Function GetContainerApps (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ContainerAppResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von ContainerAppResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: