共用方式為


AutomanageVmConfigurationProfileAssignmentReportCollection.GetAllAsync Method

Definition

Retrieve a list of reports within a given configuration profile assignment

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports
  • Operation Id: reports_ListByConfigurationProfileAssignments
public virtual Azure.AsyncPageable<Azure.ResourceManager.Automanage.AutomanageVmConfigurationProfileAssignmentReportResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automanage.AutomanageVmConfigurationProfileAssignmentReportResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automanage.AutomanageVmConfigurationProfileAssignmentReportResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AutomanageVmConfigurationProfileAssignmentReportResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to