MockableSecurityCenterSubscriptionResource.GetAlertsAsync 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 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.