Share via


ServiceEmergingIssueCollection.GetAll(CancellationToken) Method

Definition

Lists Azure services' emerging issues.

  • Request Path: /providers/Microsoft.ResourceHealth/emergingIssues
  • Operation Id: EmergingIssues_List
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)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ServiceEmergingIssueResource that may take multiple service requests to iterate over.

Applies to