Freigeben über


AppContainersExtensions.GetAvailableWorkloadProfiles Methode

Definition

Rufen Sie alle verfügbaren Workloadprofile für einen Standort ab.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.App/locations/{location}/availableManagedEnvironmentsWorkloadProfileTypes
  • Vorgang IdAvailableWorkloadProfiles_Get
public static Azure.Pageable<Azure.ResourceManager.AppContainers.Models.ContainerAppAvailableWorkloadProfile> GetAvailableWorkloadProfiles (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetAvailableWorkloadProfiles : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppContainers.Models.ContainerAppAvailableWorkloadProfile>
<Extension()>
Public Function GetAvailableWorkloadProfiles (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ContainerAppAvailableWorkloadProfile)

Parameter

subscriptionResource
SubscriptionResource

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

location
AzureLocation

Der Name der Azure-Region.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der ContainerAppAvailableWorkloadProfile möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: