AppComplianceReportScopingConfigurationCollection.GetAllAsync Method

Definition

Returns a list format of the singleton scopingConfiguration for a specified report.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to