你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Report interface

表示报表的接口。

方法

beginCreateOrUpdate(string, ReportResource, ReportCreateOrUpdateOptionalParams)

创建新的 AppComplianceAutomation 报表或更新退出的 AppComplianceAutomation 报表。

beginCreateOrUpdateAndWait(string, ReportResource, ReportCreateOrUpdateOptionalParams)

创建新的 AppComplianceAutomation 报表或更新退出的 AppComplianceAutomation 报表。

beginDelete(string, ReportDeleteOptionalParams)

删除 AppComplianceAutomation 报表。

beginDeleteAndWait(string, ReportDeleteOptionalParams)

删除 AppComplianceAutomation 报表。

beginFix(string, ReportFixOptionalParams)

修复 AppComplianceAutomation 报告错误。 例如:应用符合性自动化工具服务未注册、已删除自动化。

beginFixAndWait(string, ReportFixOptionalParams)

修复 AppComplianceAutomation 报告错误。 例如:应用符合性自动化工具服务未注册、已删除自动化。

beginSyncCertRecord(string, SyncCertRecordRequest, ReportSyncCertRecordOptionalParams)

从应用符合性同步证明记录。

beginSyncCertRecordAndWait(string, SyncCertRecordRequest, ReportSyncCertRecordOptionalParams)

从应用符合性同步证明记录。

beginUpdate(string, ReportResourcePatch, ReportUpdateOptionalParams)

更新退出的 AppComplianceAutomation 报表。

beginUpdateAndWait(string, ReportResourcePatch, ReportUpdateOptionalParams)

更新退出的 AppComplianceAutomation 报表。

beginVerify(string, ReportVerifyOptionalParams)

验证 AppComplianceAutomation 报告运行状况。

beginVerifyAndWait(string, ReportVerifyOptionalParams)

验证 AppComplianceAutomation 报告运行状况。

get(string, ReportGetOptionalParams)

获取 AppComplianceAutomation 报表及其属性。

getScopingQuestions(string, ReportGetScopingQuestionsOptionalParams)

修复 AppComplianceAutomation 报告错误。 例如:应用符合性自动化工具服务未注册、已删除自动化。

list(ReportListOptionalParams)

获取租户的 AppComplianceAutomation 报表列表。

nestedResourceCheckNameAvailability(string, CheckNameAvailabilityRequest, ReportNestedResourceCheckNameAvailabilityOptionalParams)

检查报表的嵌套资源名称可用性,例如 Webhook、Evidences、Snapshots。

方法详细信息

beginCreateOrUpdate(string, ReportResource, ReportCreateOrUpdateOptionalParams)

创建新的 AppComplianceAutomation 报表或更新退出的 AppComplianceAutomation 报表。

function beginCreateOrUpdate(reportName: string, properties: ReportResource, options?: ReportCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ReportResource>, ReportResource>>

参数

reportName

string

报表名称。

properties
ReportResource

创建或更新作的参数

options
ReportCreateOrUpdateOptionalParams

选项参数。

返回

Promise<@azure/core-lro.SimplePollerLike<OperationState<ReportResource>, ReportResource>>

beginCreateOrUpdateAndWait(string, ReportResource, ReportCreateOrUpdateOptionalParams)

创建新的 AppComplianceAutomation 报表或更新退出的 AppComplianceAutomation 报表。

function beginCreateOrUpdateAndWait(reportName: string, properties: ReportResource, options?: ReportCreateOrUpdateOptionalParams): Promise<ReportResource>

参数

reportName

string

报表名称。

properties
ReportResource

创建或更新作的参数

options
ReportCreateOrUpdateOptionalParams

选项参数。

返回

Promise<ReportResource>

beginDelete(string, ReportDeleteOptionalParams)

删除 AppComplianceAutomation 报表。

function beginDelete(reportName: string, options?: ReportDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ReportDeleteHeaders>, ReportDeleteHeaders>>

参数

reportName

string

报表名称。

options
ReportDeleteOptionalParams

选项参数。

返回

Promise<@azure/core-lro.SimplePollerLike<OperationState<ReportDeleteHeaders>, ReportDeleteHeaders>>

beginDeleteAndWait(string, ReportDeleteOptionalParams)

删除 AppComplianceAutomation 报表。

function beginDeleteAndWait(reportName: string, options?: ReportDeleteOptionalParams): Promise<ReportDeleteHeaders>

参数

reportName

string

报表名称。

options
ReportDeleteOptionalParams

选项参数。

返回

beginFix(string, ReportFixOptionalParams)

修复 AppComplianceAutomation 报告错误。 例如:应用符合性自动化工具服务未注册、已删除自动化。

function beginFix(reportName: string, options?: ReportFixOptionalParams): Promise<SimplePollerLike<OperationState<ReportFixResult>, ReportFixResult>>

参数

reportName

string

报表名称。

options
ReportFixOptionalParams

选项参数。

返回

Promise<@azure/core-lro.SimplePollerLike<OperationState<ReportFixResult>, ReportFixResult>>

beginFixAndWait(string, ReportFixOptionalParams)

修复 AppComplianceAutomation 报告错误。 例如:应用符合性自动化工具服务未注册、已删除自动化。

function beginFixAndWait(reportName: string, options?: ReportFixOptionalParams): Promise<ReportFixResult>

参数

reportName

string

报表名称。

options
ReportFixOptionalParams

选项参数。

返回

Promise<ReportFixResult>

beginSyncCertRecord(string, SyncCertRecordRequest, ReportSyncCertRecordOptionalParams)

从应用符合性同步证明记录。

function beginSyncCertRecord(reportName: string, body: SyncCertRecordRequest, options?: ReportSyncCertRecordOptionalParams): Promise<SimplePollerLike<OperationState<SyncCertRecordResponse>, SyncCertRecordResponse>>

参数

reportName

string

报表名称。

body
SyncCertRecordRequest

同步认证记录作的参数

options
ReportSyncCertRecordOptionalParams

选项参数。

返回

Promise<@azure/core-lro.SimplePollerLike<OperationState<SyncCertRecordResponse>, SyncCertRecordResponse>>

beginSyncCertRecordAndWait(string, SyncCertRecordRequest, ReportSyncCertRecordOptionalParams)

从应用符合性同步证明记录。

function beginSyncCertRecordAndWait(reportName: string, body: SyncCertRecordRequest, options?: ReportSyncCertRecordOptionalParams): Promise<SyncCertRecordResponse>

参数

reportName

string

报表名称。

body
SyncCertRecordRequest

同步认证记录作的参数

options
ReportSyncCertRecordOptionalParams

选项参数。

返回

beginUpdate(string, ReportResourcePatch, ReportUpdateOptionalParams)

更新退出的 AppComplianceAutomation 报表。

function beginUpdate(reportName: string, properties: ReportResourcePatch, options?: ReportUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ReportResource>, ReportResource>>

参数

reportName

string

报表名称。

properties
ReportResourcePatch

创建或更新作的参数

options
ReportUpdateOptionalParams

选项参数。

返回

Promise<@azure/core-lro.SimplePollerLike<OperationState<ReportResource>, ReportResource>>

beginUpdateAndWait(string, ReportResourcePatch, ReportUpdateOptionalParams)

更新退出的 AppComplianceAutomation 报表。

function beginUpdateAndWait(reportName: string, properties: ReportResourcePatch, options?: ReportUpdateOptionalParams): Promise<ReportResource>

参数

reportName

string

报表名称。

properties
ReportResourcePatch

创建或更新作的参数

options
ReportUpdateOptionalParams

选项参数。

返回

Promise<ReportResource>

beginVerify(string, ReportVerifyOptionalParams)

验证 AppComplianceAutomation 报告运行状况。

function beginVerify(reportName: string, options?: ReportVerifyOptionalParams): Promise<SimplePollerLike<OperationState<ReportVerificationResult>, ReportVerificationResult>>

参数

reportName

string

报表名称。

options
ReportVerifyOptionalParams

选项参数。

返回

Promise<@azure/core-lro.SimplePollerLike<OperationState<ReportVerificationResult>, ReportVerificationResult>>

beginVerifyAndWait(string, ReportVerifyOptionalParams)

验证 AppComplianceAutomation 报告运行状况。

function beginVerifyAndWait(reportName: string, options?: ReportVerifyOptionalParams): Promise<ReportVerificationResult>

参数

reportName

string

报表名称。

options
ReportVerifyOptionalParams

选项参数。

返回

get(string, ReportGetOptionalParams)

获取 AppComplianceAutomation 报表及其属性。

function get(reportName: string, options?: ReportGetOptionalParams): Promise<ReportResource>

参数

reportName

string

报表名称。

options
ReportGetOptionalParams

选项参数。

返回

Promise<ReportResource>

getScopingQuestions(string, ReportGetScopingQuestionsOptionalParams)

修复 AppComplianceAutomation 报告错误。 例如:应用符合性自动化工具服务未注册、已删除自动化。

function getScopingQuestions(reportName: string, options?: ReportGetScopingQuestionsOptionalParams): Promise<ScopingQuestions>

参数

reportName

string

报表名称。

options
ReportGetScopingQuestionsOptionalParams

选项参数。

返回

Promise<ScopingQuestions>

list(ReportListOptionalParams)

获取租户的 AppComplianceAutomation 报表列表。

function list(options?: ReportListOptionalParams): PagedAsyncIterableIterator<ReportResource, ReportResource[], PageSettings>

参数

options
ReportListOptionalParams

选项参数。

返回

nestedResourceCheckNameAvailability(string, CheckNameAvailabilityRequest, ReportNestedResourceCheckNameAvailabilityOptionalParams)

检查报表的嵌套资源名称可用性,例如 Webhook、Evidences、Snapshots。

function nestedResourceCheckNameAvailability(reportName: string, body: CheckNameAvailabilityRequest, options?: ReportNestedResourceCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResponse>

参数

reportName

string

报表名称。

body
CheckNameAvailabilityRequest

NameAvailabilityRequest 对象。

返回