Freigeben über


AppContainersExtensions.GetContainerAppJobs Methode

Definition

Überlädt

GetContainerAppJobs(ResourceGroupResource)

Ruft eine Auflistung von ContainerAppJobResources in ResourceGroupResource ab.

GetContainerAppJobs(SubscriptionResource, CancellationToken)

Rufen Sie die Container Apps-Aufträge in einem bestimmten Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.App/jobs
  • Vorgang IdJobs_ListBySubscription

GetContainerAppJobs(ResourceGroupResource)

Ruft eine Auflistung von ContainerAppJobResources in ResourceGroupResource ab.

public static Azure.ResourceManager.AppContainers.ContainerAppJobCollection GetContainerAppJobs (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetContainerAppJobs : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.AppContainers.ContainerAppJobCollection
<Extension()>
Public Function GetContainerAppJobs (resourceGroupResource As ResourceGroupResource) As ContainerAppJobCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

Gibt zurück

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

Gilt für:

GetContainerAppJobs(SubscriptionResource, CancellationToken)

Rufen Sie die Container Apps-Aufträge in einem bestimmten Abonnement ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.App/jobs
  • Vorgang IdJobs_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.AppContainers.ContainerAppJobResource> GetContainerAppJobs (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetContainerAppJobs : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppContainers.ContainerAppJobResource>
<Extension()>
Public Function GetContainerAppJobs (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ContainerAppJobResource)

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 ContainerAppJobResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: