HCIReports interface
Schnittstelle, die einen HCIReports darstellt.
Methoden
| get(string, string, string, string, HCIReports |
Abrufen von Informationen zu einem Bericht, der einer Konfigurationsprofilzuweisung zugeordnet ist |
| list |
Abrufen einer Liste von Berichten innerhalb einer bestimmten Konfigurationsprofilzuweisung |
Details zur Methode
get(string, string, string, string, HCIReportsGetOptionalParams)
Abrufen von Informationen zu einem Bericht, der einer Konfigurationsprofilzuweisung zugeordnet ist
function get(resourceGroupName: string, clusterName: string, configurationProfileAssignmentName: string, reportName: string, options?: HCIReportsGetOptionalParams): Promise<Report>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.
- clusterName
-
string
Der Name des Arc-Computers.
- configurationProfileAssignmentName
-
string
Der Name der Konfigurationsprofilzuweisung.
- reportName
-
string
Der Name des Berichts.
- options
- HCIReportsGetOptionalParams
Die Optionsparameter.
Gibt zurück
Promise<Report>
listByConfigurationProfileAssignments(string, string, string, HCIReportsListByConfigurationProfileAssignmentsOptionalParams)
Abrufen einer Liste von Berichten innerhalb einer bestimmten Konfigurationsprofilzuweisung
function listByConfigurationProfileAssignments(resourceGroupName: string, clusterName: string, configurationProfileAssignmentName: string, options?: HCIReportsListByConfigurationProfileAssignmentsOptionalParams): PagedAsyncIterableIterator<Report, Report[], PageSettings>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.
- clusterName
-
string
Der Name des Arc-Computers.
- configurationProfileAssignmentName
-
string
Der Name der Konfigurationsprofilzuweisung.
Die Optionsparameter.