Azure.ResourceManager.AppComplianceAutomation Namespace

Classes

AppComplianceAutomationExtensions

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

ReportResource

A Class representing a ReportResource along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a ReportResource from an instance of ArmClient using the GetReportResource method. Otherwise you can get one from its parent resource TenantResource using the GetReportResource method.

ReportResourceCollection

A class representing a collection of ReportResource and their operations. Each ReportResource in the collection will belong to the same instance of TenantResource. To get a ReportResourceCollection instance call the GetReportResources method from an instance of TenantResource.

ReportResourceData

A class representing the ReportResource data model. A class represent an AppComplianceAutomation report resource.

SnapshotResource

A Class representing a SnapshotResource along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a SnapshotResource from an instance of ArmClient using the GetSnapshotResource method. Otherwise you can get one from its parent resource ReportResource using the GetSnapshotResource method.

SnapshotResourceCollection

A class representing a collection of SnapshotResource and their operations. Each SnapshotResource in the collection will belong to the same instance of ReportResource. To get a SnapshotResourceCollection instance call the GetSnapshotResources method from an instance of ReportResource.

SnapshotResourceData

A class representing the SnapshotResource data model. A class represent a AppComplianceAutomation snapshot resource.