Aracılığıyla paylaş


AppComplianceAutomationExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.AppComplianceAutomation.

public static class AppComplianceAutomationExtensions
type AppComplianceAutomationExtensions = class
Public Module AppComplianceAutomationExtensions
Inheritance
AppComplianceAutomationExtensions

Methods

GetReportResource(ArmClient, ResourceIdentifier)

Gets an object representing a ReportResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create a ReportResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetReportResource(ResourceIdentifier) instead.

GetReportResource(TenantResource, String, CancellationToken)

Get the AppComplianceAutomation report and its properties.

  • Request Path: /providers/Microsoft.AppComplianceAutomation/reports/{reportName}
  • Operation Id: Report_Get
GetReportResourceAsync(TenantResource, String, CancellationToken)

Get the AppComplianceAutomation report and its properties.

  • Request Path: /providers/Microsoft.AppComplianceAutomation/reports/{reportName}
  • Operation Id: Report_Get
GetReportResources(TenantResource)

Gets a collection of ReportResources in the TenantResource. MockingTo mock this method, please mock GetReportResources() instead.

GetSnapshotResource(ArmClient, ResourceIdentifier)

Gets an object representing a SnapshotResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a SnapshotResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSnapshotResource(ResourceIdentifier) instead.

Applies to