MockableSecurityCenterResourceGroupResource.GetAlertsByResourceGroupAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.