SecurityHealthReportCollection.GetAll(CancellationToken) 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.
Get a list of all health reports inside a scope. Valid scopes are: subscription (format: 'subscriptions/{subscriptionId}'), or security connector (format: 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName})'
- Request Path: /{scope}/providers/Microsoft.Security/healthReports
- Operation Id: HealthReports_List
- Default Api Version: 2023-05-01-preview
- Resource: SecurityHealthReportResource
public virtual Azure.Pageable<Azure.ResourceManager.SecurityCenter.SecurityHealthReportResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.SecurityHealthReportResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.SecurityHealthReportResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SecurityHealthReportResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of SecurityHealthReportResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET