GenerateDetailedCostReportOperationResultCollection Class

Definition

A class representing a collection of GenerateDetailedCostReportOperationResultResource and their operations. Each GenerateDetailedCostReportOperationResultResource in the collection will belong to the same instance of ArmResource. To get a GenerateDetailedCostReportOperationResultCollection instance call the GetGenerateDetailedCostReportOperationResults method from an instance of ArmResource.

public class GenerateDetailedCostReportOperationResultCollection : Azure.ResourceManager.ArmCollection
type GenerateDetailedCostReportOperationResultCollection = class
    inherit ArmCollection
Public Class GenerateDetailedCostReportOperationResultCollection
Inherits ArmCollection
Inheritance
GenerateDetailedCostReportOperationResultCollection

Constructors

Name Description
GenerateDetailedCostReportOperationResultCollection()

Initializes a new instance of GenerateDetailedCostReportOperationResultCollection for mocking.

Properties

Name Description
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

Name Description
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path. : /{scope}/providers/Microsoft.CostManagement/operationResults/{operationId}.
  • Operation Id. : GenerateDetailedCostReportOperationResults_Get.
  • Default Api Version. : 2025-03-01.
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path. : /{scope}/providers/Microsoft.CostManagement/operationResults/{operationId}.
  • Operation Id. : GenerateDetailedCostReportOperationResults_Get.
  • Default Api Version. : 2025-03-01.
Get(WaitUntil, String, CancellationToken)

Gets the result of the specified operation. The link with this operationId is provided as a response header of the initial request.

  • Request Path. : /{scope}/providers/Microsoft.CostManagement/operationResults/{operationId}.
  • Operation Id. : GenerateDetailedCostReportOperationResults_Get.
  • Default Api Version. : 2025-03-01.
GetAsync(WaitUntil, String, CancellationToken)

Gets the result of the specified operation. The link with this operationId is provided as a response header of the initial request.

  • Request Path. : /{scope}/providers/Microsoft.CostManagement/operationResults/{operationId}.
  • Operation Id. : GenerateDetailedCostReportOperationResults_Get.
  • Default Api Version. : 2025-03-01.
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path. : /{scope}/providers/Microsoft.CostManagement/operationResults/{operationId}.
  • Operation Id. : GenerateDetailedCostReportOperationResults_Get.
  • Default Api Version. : 2025-03-01.
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path. : /{scope}/providers/Microsoft.CostManagement/operationResults/{operationId}.
  • Operation Id. : GenerateDetailedCostReportOperationResults_Get.
  • Default Api Version. : 2025-03-01.
TryGetApiVersion(ResourceType, String)

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

(Inherited from ArmCollection)

Applies to