ImpactInsightCollection.GetAllAsync(CancellationToken) Method

Definition

List Insight resources by workloadImpactName

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Impact/workloadImpacts/{workloadImpactName}/insights.
  • Operation Id. : Insights_ListBySubscription.
  • Default Api Version. : 2024-05-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.ImpactReporting.ImpactInsightResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ImpactReporting.ImpactInsightResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ImpactReporting.ImpactInsightResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ImpactInsightResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to