次の方法で共有


AppComplianceAutomationExtensions クラス

定義

Azure.ResourceManager.AppComplianceAutomation に拡張メソッドを追加するクラス。

public static class AppComplianceAutomationExtensions
type AppComplianceAutomationExtensions = class
Public Module AppComplianceAutomationExtensions
継承
AppComplianceAutomationExtensions

メソッド

GetReportResource(ArmClient, ResourceIdentifier)

に対して ReportResource 実行できるが、データを含まないインスタンス操作と共に を表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String) して、そのコンポーネントから を ReportResourceResourceIdentifier 作成できます。

GetReportResource(TenantResource, String, CancellationToken)

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

  • 要求パス/プロバイダー/Microsoft.AppComplianceAutomation/reports/{reportName}
  • 操作IdReport_Get
GetReportResourceAsync(TenantResource, String, CancellationToken)

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

  • 要求パス/プロバイダー/Microsoft.AppComplianceAutomation/reports/{reportName}
  • 操作IdReport_Get
GetReportResources(TenantResource)

TenantResource 内の ReportResources のコレクションを取得します。

GetSnapshotResource(ArmClient, ResourceIdentifier)

に対して SnapshotResource 実行できるが、データを含まないインスタンス操作と共に を表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String) して、そのコンポーネントから を SnapshotResourceResourceIdentifier 作成できます。

適用対象