Partager via


ServiceEmergingIssueCollection.GetAll(CancellationToken) Méthode

Définition

Répertorie les problèmes émergents des services Azure.

  • Chemin de la requête/providers/Microsoft.ResourceHealth/emergingIssues
  • IdEmergingIssues_List d’opération
public virtual Azure.Pageable<Azure.ResourceManager.ResourceHealth.ServiceEmergingIssueResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ResourceHealth.ServiceEmergingIssueResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ResourceHealth.ServiceEmergingIssueResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ServiceEmergingIssueResource)

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

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

S’applique à