Sdílet prostřednictvím


AutomanageHciClusterConfigurationProfileAssignmentReportCollection.GetAll Method

Definition

Retrieve a list of reports within a given configuration profile assignment

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to