次の方法で共有


AppComplianceAutomationExtensions.GetReportResourceAsync メソッド

定義

AppComplianceAutomation レポートとそのプロパティを取得します。

  • 要求パス/プロバイダー/Microsoft.AppComplianceAutomation/reports/{reportName}
  • 操作IdReport_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppComplianceAutomation.ReportResource>> GetReportResourceAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, string reportName, System.Threading.CancellationToken cancellationToken = default);
static member GetReportResourceAsync : Azure.ResourceManager.Resources.TenantResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppComplianceAutomation.ReportResource>>
<Extension()>
Public Function GetReportResourceAsync (tenantResource As TenantResource, reportName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ReportResource))

パラメーター

tenantResource
TenantResource

TenantResourceメソッドが実行するインスタンス。

reportName
String

レポート名。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

reportName は空の文字列であり、空でないと想定されていました。

reportName が null です。

適用対象