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

AppComplianceAutomationExtensions.GetReportResource 方法

定义

重载

GetReportResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 ReportResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String) 从其组件创建 ReportResourceResourceIdentifier

GetReportResource(TenantResource, String, CancellationToken)

获取 AppComplianceAutomation 报表及其属性。

  • 请求路径/提供程序/Microsoft.AppComplianceAutomation/reports/{reportName}
  • 操作IdReport_Get

GetReportResource(ArmClient, ResourceIdentifier)

获取一个 对象,该 ReportResource 对象表示 ,以及可对它执行但没有数据的实例操作。 可以使用 CreateResourceIdentifier(String) 从其组件创建 ReportResourceResourceIdentifier

public static Azure.ResourceManager.AppComplianceAutomation.ReportResource GetReportResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetReportResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppComplianceAutomation.ReportResource
<Extension()>
Public Function GetReportResource (client As ArmClient, id As ResourceIdentifier) As ReportResource

参数

client
ArmClient

方法 ArmClient 将对其执行的实例。

id
ResourceIdentifier

要获取的资源的资源 ID。

返回

返回一个 ReportResource 对象。

适用于

GetReportResource(TenantResource, String, CancellationToken)

获取 AppComplianceAutomation 报表及其属性。

  • 请求路径/提供程序/Microsoft.AppComplianceAutomation/reports/{reportName}
  • 操作IdReport_Get
public static Azure.Response<Azure.ResourceManager.AppComplianceAutomation.ReportResource> GetReportResource (this Azure.ResourceManager.Resources.TenantResource tenantResource, string reportName, System.Threading.CancellationToken cancellationToken = default);
static member GetReportResource : Azure.ResourceManager.Resources.TenantResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppComplianceAutomation.ReportResource>
<Extension()>
Public Function GetReportResource (tenantResource As TenantResource, reportName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ReportResource)

参数

tenantResource
TenantResource

方法 TenantResource 将对其执行的实例。

reportName
String

报表名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

reportName 是一个空字符串,预期为非空。

reportName 为 null。

适用于