Freigeben über


AutomanageHcrpConfigurationProfileAssignmentReportCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren AutomanageHcrpConfigurationProfileAssignmentReportResource Vorgänge darstellt. Jedes AutomanageHcrpConfigurationProfileAssignmentReportResource in der Auflistung gehört zum gleichen instance von AutomanageHcrpConfigurationProfileAssignmentResource. Um eine AutomanageHcrpConfigurationProfileAssignmentReportCollection instance rufen Sie die GetAutomanageHcrpConfigurationProfileAssignmentReports-Methode aus einer instance von aufAutomanageHcrpConfigurationProfileAssignmentResource.

public class AutomanageHcrpConfigurationProfileAssignmentReportCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Automanage.AutomanageHcrpConfigurationProfileAssignmentReportResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Automanage.AutomanageHcrpConfigurationProfileAssignmentReportResource>
type AutomanageHcrpConfigurationProfileAssignmentReportCollection = class
    inherit ArmCollection
    interface seq<AutomanageHcrpConfigurationProfileAssignmentReportResource>
    interface IEnumerable
    interface IAsyncEnumerable<AutomanageHcrpConfigurationProfileAssignmentReportResource>
Public Class AutomanageHcrpConfigurationProfileAssignmentReportCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of AutomanageHcrpConfigurationProfileAssignmentReportResource), IEnumerable(Of AutomanageHcrpConfigurationProfileAssignmentReportResource)
Vererbung
AutomanageHcrpConfigurationProfileAssignmentReportCollection
Implementiert

Konstruktoren

AutomanageHcrpConfigurationProfileAssignmentReportCollection()

Initialisiert eine neue instance der -Klasse für die AutomanageHcrpConfigurationProfileAssignmentReportCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports/{reportName}
  • Vorgangs-IdHCRPReports_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports/{reportName}
  • Vorgangs-IdHCRPReports_Get
Get(String, CancellationToken)

Abrufen von Informationen zu einem Bericht, der einer Konfigurationsprofilzuweisungsausführung zugeordnet ist

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports/{reportName}
  • Vorgangs-IdHCRPReports_Get
GetAll(CancellationToken)

Abrufen einer Liste von Berichten innerhalb einer bestimmten Konfigurationsprofilzuweisung

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports
  • Vorgangs-IdHCRPReports_ListByConfigurationProfileAssignments
GetAllAsync(CancellationToken)

Abrufen einer Liste von Berichten innerhalb einer bestimmten Konfigurationsprofilzuweisung

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports
  • Vorgangs-IdHCRPReports_ListByConfigurationProfileAssignments
GetAsync(String, CancellationToken)

Abrufen von Informationen zu einem Bericht, der einer Konfigurationsprofilzuweisungsausführung zugeordnet ist

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports/{reportName}
  • Vorgangs-IdHCRPReports_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<AutomanageHcrpConfigurationProfileAssignmentReportResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<AutomanageHcrpConfigurationProfileAssignmentReportResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: