Freigeben über


ContainerAppManagedEnvironmentResource.GetWorkloadProfileStates Methode

Definition

Ruft alle Workloadprofilstatus für eine verwaltete Umgebung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/workloadProfileStates
  • Vorgangs-IdManagedEnvironments_ListWorkloadProfileStates
public virtual Azure.Pageable<Azure.ResourceManager.AppContainers.Models.ContainerAppWorkloadProfileState> GetWorkloadProfileStates (System.Threading.CancellationToken cancellationToken = default);
abstract member GetWorkloadProfileStates : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppContainers.Models.ContainerAppWorkloadProfileState>
override this.GetWorkloadProfileStates : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppContainers.Models.ContainerAppWorkloadProfileState>
Public Overridable Function GetWorkloadProfileStates (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ContainerAppWorkloadProfileState)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von ContainerAppWorkloadProfileState , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: