Condividi tramite


AutomanageHciClusterConfigurationProfileAssignmentReportCollection Class

Definition

A class representing a collection of AutomanageHciClusterConfigurationProfileAssignmentReportResource and their operations. Each AutomanageHciClusterConfigurationProfileAssignmentReportResource in the collection will belong to the same instance of AutomanageHciClusterConfigurationProfileAssignmentResource. To get an AutomanageHciClusterConfigurationProfileAssignmentReportCollection instance call the GetAutomanageHciClusterConfigurationProfileAssignmentReports method from an instance of AutomanageHciClusterConfigurationProfileAssignmentResource.

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

Constructors

AutomanageHciClusterConfigurationProfileAssignmentReportCollection()

Initializes a new instance of the AutomanageHciClusterConfigurationProfileAssignmentReportCollection 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

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHci/clusters/{clusterName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports/{reportName}
  • Operation Id: HCIReports_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHci/clusters/{clusterName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports/{reportName}
  • Operation Id: HCIReports_Get
Get(String, CancellationToken)

Get information about a report associated with a configuration profile assignment run

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHci/clusters/{clusterName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports/{reportName}
  • Operation Id: HCIReports_Get
GetAll(CancellationToken)

Retrieve a list of reports within a given configuration profile assignment

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHci/clusters/{clusterName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports
  • Operation Id: HCIReports_ListByConfigurationProfileAssignments
GetAllAsync(CancellationToken)

Retrieve a list of reports within a given configuration profile assignment

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHci/clusters/{clusterName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports
  • Operation Id: HCIReports_ListByConfigurationProfileAssignments
GetAsync(String, CancellationToken)

Get information about a report associated with a configuration profile assignment run

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHci/clusters/{clusterName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports/{reportName}
  • Operation Id: HCIReports_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHci/clusters/{clusterName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports/{reportName}
  • Operation Id: HCIReports_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHci/clusters/{clusterName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports/{reportName}
  • Operation Id: HCIReports_Get
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<AutomanageHciClusterConfigurationProfileAssignmentReportResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<AutomanageHciClusterConfigurationProfileAssignmentReportResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to