次の方法で共有


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 です。

適用対象