Dela via


BillingBenefitsSavingsPlanOrderCollection Class

Definition

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

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

Constructors

BillingBenefitsSavingsPlanOrderCollection()

Initializes a new instance of the BillingBenefitsSavingsPlanOrderCollection 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, String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}
  • Operation Id: SavingsPlanOrder_Get
ExistsAsync(String, String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}
  • Operation Id: SavingsPlanOrder_Get
Get(String, String, CancellationToken)

Get a savings plan order.

  • Request Path: /providers/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}
  • Operation Id: SavingsPlanOrder_Get
GetAll(CancellationToken)

List all Savings plan orders.

  • Request Path: /providers/Microsoft.BillingBenefits/savingsPlanOrders
  • Operation Id: SavingsPlanOrder_List
GetAllAsync(CancellationToken)

List all Savings plan orders.

  • Request Path: /providers/Microsoft.BillingBenefits/savingsPlanOrders
  • Operation Id: SavingsPlanOrder_List
GetAsync(String, String, CancellationToken)

Get a savings plan order.

  • Request Path: /providers/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}
  • Operation Id: SavingsPlanOrder_Get
GetIfExists(String, String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}
  • Operation Id: SavingsPlanOrder_Get
GetIfExistsAsync(String, String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}
  • Operation Id: SavingsPlanOrder_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<BillingBenefitsSavingsPlanOrderResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<BillingBenefitsSavingsPlanOrderResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to