AppComplianceAutomationExtensions.GetReportResource メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetReportResource(ArmClient, ResourceIdentifier) |
に対して実行できるがデータを含まないインスタンス操作と共に を ReportResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String) して、そのコンポーネントから を ReportResourceResourceIdentifier 作成できます。 |
GetReportResource(TenantResource, String, CancellationToken) |
AppComplianceAutomation レポートとそのプロパティを取得します。
|
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
パラメーター
取得するリソースのリソース 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 です。