Share via


AutomanageHcrpConfigurationProfileAssignmentReportCollection.GetAll Method

Definition

Retrieve a list of reports within a given configuration profile assignment

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports
  • Operation Id: HCRPReports_ListByConfigurationProfileAssignments
public virtual Azure.Pageable<Azure.ResourceManager.Automanage.AutomanageHcrpConfigurationProfileAssignmentReportResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automanage.AutomanageHcrpConfigurationProfileAssignmentReportResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automanage.AutomanageHcrpConfigurationProfileAssignmentReportResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AutomanageHcrpConfigurationProfileAssignmentReportResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of AutomanageHcrpConfigurationProfileAssignmentReportResource that may take multiple service requests to iterate over.

Applies to