AppComplianceAutomationExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class to add extension methods to Azure.ResourceManager.AppComplianceAutomation.
public static class AppComplianceAutomationExtensions
type AppComplianceAutomationExtensions = class
Public Module AppComplianceAutomationExtensions
- Inheritance
-
AppComplianceAutomationExtensions
Methods
CheckAppComplianceReportNameAvailability(TenantResource, AppComplianceReportNameAvailabilityContent, CancellationToken) |
Check if the given name is available for a report.
|
CheckAppComplianceReportNameAvailabilityAsync(TenantResource, AppComplianceReportNameAvailabilityContent, CancellationToken) |
Check if the given name is available for a report.
|
GetAppComplianceReport(TenantResource, String, CancellationToken) |
Get the AppComplianceAutomation report and its properties.
|
GetAppComplianceReportAsync(TenantResource, String, CancellationToken) |
Get the AppComplianceAutomation report and its properties.
|
GetAppComplianceReportEvidenceResource(ArmClient, ResourceIdentifier) |
Gets an object representing an AppComplianceReportEvidenceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create an AppComplianceReportEvidenceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAppComplianceReportEvidenceResource(ResourceIdentifier) instead. |
GetAppComplianceReportResource(ArmClient, ResourceIdentifier) |
Gets an object representing an AppComplianceReportResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create an AppComplianceReportResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAppComplianceReportResource(ResourceIdentifier) instead. |
GetAppComplianceReports(TenantResource) |
Gets a collection of AppComplianceReportResources in the TenantResource. MockingTo mock this method, please mock GetAppComplianceReports() instead. |
GetAppComplianceReportScopingConfigurationResource(ArmClient, ResourceIdentifier) |
Gets an object representing an AppComplianceReportScopingConfigurationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create an AppComplianceReportScopingConfigurationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAppComplianceReportScopingConfigurationResource(ResourceIdentifier) instead. |
GetAppComplianceReportSnapshotResource(ArmClient, ResourceIdentifier) |
Gets an object representing an AppComplianceReportSnapshotResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create an AppComplianceReportSnapshotResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAppComplianceReportSnapshotResource(ResourceIdentifier) instead. |
GetAppComplianceReportWebhookResource(ArmClient, ResourceIdentifier) |
Gets an object representing an AppComplianceReportWebhookResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create an AppComplianceReportWebhookResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAppComplianceReportWebhookResource(ResourceIdentifier) instead. |
GetCollectionCountProviderAction(TenantResource, ReportCollectionGetCountContent, CancellationToken) |
Get the count of reports.
|
GetCollectionCountProviderActionAsync(TenantResource, ReportCollectionGetCountContent, CancellationToken) |
Get the count of reports.
|
GetInUseStorageAccountsProviderAction(TenantResource, ReportListInUseStorageAccountsContent, CancellationToken) |
List the storage accounts which are in use by related reports
|
GetInUseStorageAccountsProviderActionAsync(TenantResource, ReportListInUseStorageAccountsContent, CancellationToken) |
List the storage accounts which are in use by related reports
|
GetOverviewStatusProviderAction(TenantResource, AppComplianceGetOverviewStatusContent, CancellationToken) |
Get the resource overview status.
|
GetOverviewStatusProviderActionAsync(TenantResource, AppComplianceGetOverviewStatusContent, CancellationToken) |
Get the resource overview status.
|
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.
|
GetReportResourceAsync(TenantResource, String, CancellationToken) |
Get the AppComplianceAutomation report and its properties.
|
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. |
OnboardProviderAction(TenantResource, WaitUntil, AppComplianceOnboardContent, CancellationToken) |
Onboard given subscriptions to Microsoft.AppComplianceAutomation provider.
|
OnboardProviderActionAsync(TenantResource, WaitUntil, AppComplianceOnboardContent, CancellationToken) |
Onboard given subscriptions to Microsoft.AppComplianceAutomation provider.
|
TriggerEvaluationProviderAction(TenantResource, WaitUntil, TriggerEvaluationContent, CancellationToken) |
Trigger quick evaluation for the given subscriptions.
|
TriggerEvaluationProviderActionAsync(TenantResource, WaitUntil, TriggerEvaluationContent, CancellationToken) |
Trigger quick evaluation for the given subscriptions.
|
Applies to
Azure SDK for .NET