MockableSecurityCenterResourceGroupResource.GetAlertsByResourceGroupAsync Method

Definition

Gets alerts across all Security Center locations for this resource group.

public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.SecurityAlertData> GetAlertsByResourceGroupAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAlertsByResourceGroupAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.SecurityAlertData>
override this.GetAlertsByResourceGroupAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.SecurityAlertData>
Public Overridable Function GetAlertsByResourceGroupAsync (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