Freigeben über


GuestConfigurationVmAssignmentResource.GetReportsAsync Methode

Definition

Listet alle Berichte für die Gastkonfigurationszuweisung auf, den letzten Bericht zuerst.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/providers/Microsoft.GuestConfiguration/guestConfigurationAssignments/{guestConfigurationAssignmentName}/reports
  • Vorgangs-IdGuestConfigurationAssignmentReports_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationAssignmentReport> GetReportsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetReportsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationAssignmentReport>
override this.GetReportsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationAssignmentReport>
Public Overridable Function GetReportsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of GuestConfigurationAssignmentReport)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von GuestConfigurationAssignmentReport , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: