MockableSecurityCenterSubscriptionResource.GetAlertsAsync Method

Definition

Gets alerts for this subscription.

public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.SecurityAlertData> GetAlertsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAlertsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.SecurityAlertData>
override this.GetAlertsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.SecurityAlertData>
Public Overridable Function GetAlertsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SecurityAlertData)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of SecurityAlertData that may take multiple service requests to iterate over.

Applies to