Partager via


ContainerAppManagedEnvironmentResource.GetWorkloadProfileStatesAsync Méthode

Définition

Obtenez tous les états du profil de charge de travail pour un environnement managé.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{nom_environnement}/workloadProfileStates
  • IdManagedEnvironments_ListWorkloadProfileStates d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppContainers.Models.ContainerAppWorkloadProfileState> GetWorkloadProfileStatesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetWorkloadProfileStatesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.Models.ContainerAppWorkloadProfileState>
override this.GetWorkloadProfileStatesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.Models.ContainerAppWorkloadProfileState>
Public Overridable Function GetWorkloadProfileStatesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ContainerAppWorkloadProfileState)

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de ContainerAppWorkloadProfileState service pour itérer.

S’applique à