Aracılığıyla paylaş


HcrpReports interface

HcrpReports'u temsil eden arabirim.

Yöntemler

get(string, string, string, string, HcrpReportsGetOptionalParams)

Yapılandırma profili atama çalıştırmasıyla ilişkili bir rapor hakkında bilgi alma

listByConfigurationProfileAssignments(string, string, string, HcrpReportsListByConfigurationProfileAssignmentsOptionalParams)

Belirli bir yapılandırma profili ataması içindeki raporların listesini alma

Yöntem Ayrıntıları

get(string, string, string, string, HcrpReportsGetOptionalParams)

Yapılandırma profili atama çalıştırmasıyla ilişkili bir rapor hakkında bilgi alma

function get(resourceGroupName: string, machineName: string, configurationProfileAssignmentName: string, reportName: string, options?: HcrpReportsGetOptionalParams): Promise<Report>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

machineName

string

Arc makinesinin adı.

configurationProfileAssignmentName

string

Yapılandırma profili atama adı.

reportName

string

Rapor adı.

options
HcrpReportsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<Report>

listByConfigurationProfileAssignments(string, string, string, HcrpReportsListByConfigurationProfileAssignmentsOptionalParams)

Belirli bir yapılandırma profili ataması içindeki raporların listesini alma

function listByConfigurationProfileAssignments(resourceGroupName: string, machineName: string, configurationProfileAssignmentName: string, options?: HcrpReportsListByConfigurationProfileAssignmentsOptionalParams): PagedAsyncIterableIterator<Report, Report[], PageSettings>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

machineName

string

Arc makinesinin adı.

configurationProfileAssignmentName

string

Yapılandırma profili atama adı.

Döndürülenler