AppComplianceReportCollection Class

Definition

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

public class AppComplianceReportCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.AppComplianceAutomation.AppComplianceReportResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppComplianceAutomation.AppComplianceReportResource>
type AppComplianceReportCollection = class
    inherit ArmCollection
    interface seq<AppComplianceReportResource>
    interface IEnumerable
    interface IAsyncEnumerable<AppComplianceReportResource>
Public Class AppComplianceReportCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of AppComplianceReportResource), IEnumerable(Of AppComplianceReportResource)
Inheritance
AppComplianceReportCollection
Implements

Constructors

AppComplianceReportCollection()

Initializes a new instance of the AppComplianceReportCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, AppComplianceReportData, CancellationToken)

Create a new AppComplianceAutomation report or update an exiting AppComplianceAutomation report.

  • Request Path: /providers/Microsoft.AppComplianceAutomation/reports/{reportName}
  • Operation Id: Report_CreateOrUpdate
  • Default Api Version: 2024-06-27
  • Resource: AppComplianceReportResource
CreateOrUpdateAsync(WaitUntil, String, AppComplianceReportData, CancellationToken)

Create a new AppComplianceAutomation report or update an exiting AppComplianceAutomation report.

  • Request Path: /providers/Microsoft.AppComplianceAutomation/reports/{reportName}
  • Operation Id: Report_CreateOrUpdate
  • Default Api Version: 2024-06-27
  • Resource: AppComplianceReportResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.AppComplianceAutomation/reports/{reportName}
  • Operation Id: Report_Get
  • Default Api Version: 2024-06-27
  • Resource: AppComplianceReportResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.AppComplianceAutomation/reports/{reportName}
  • Operation Id: Report_Get
  • Default Api Version: 2024-06-27
  • Resource: AppComplianceReportResource
Get(String, CancellationToken)

Get the AppComplianceAutomation report and its properties.

  • Request Path: /providers/Microsoft.AppComplianceAutomation/reports/{reportName}
  • Operation Id: Report_Get
  • Default Api Version: 2024-06-27
  • Resource: AppComplianceReportResource
GetAll(AppComplianceReportCollectionGetAllOptions, CancellationToken)

Get the AppComplianceAutomation report list for the tenant.

  • Request Path: /providers/Microsoft.AppComplianceAutomation/reports
  • Operation Id: Report_List
  • Default Api Version: 2024-06-27
  • Resource: AppComplianceReportResource
GetAllAsync(AppComplianceReportCollectionGetAllOptions, CancellationToken)

Get the AppComplianceAutomation report list for the tenant.

  • Request Path: /providers/Microsoft.AppComplianceAutomation/reports
  • Operation Id: Report_List
  • Default Api Version: 2024-06-27
  • Resource: AppComplianceReportResource
GetAsync(String, CancellationToken)

Get the AppComplianceAutomation report and its properties.

  • Request Path: /providers/Microsoft.AppComplianceAutomation/reports/{reportName}
  • Operation Id: Report_Get
  • Default Api Version: 2024-06-27
  • Resource: AppComplianceReportResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.AppComplianceAutomation/reports/{reportName}
  • Operation Id: Report_Get
  • Default Api Version: 2024-06-27
  • Resource: AppComplianceReportResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.AppComplianceAutomation/reports/{reportName}
  • Operation Id: Report_Get
  • Default Api Version: 2024-06-27
  • Resource: AppComplianceReportResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<AppComplianceReportResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<AppComplianceReportResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to