Partager via


BillingBenefitsSavingsPlanCollection Classe

Définition

Classe représentant une collection de BillingBenefitsSavingsPlanResource et leurs opérations. Chacun BillingBenefitsSavingsPlanResource de la collection appartient au même instance de BillingBenefitsSavingsPlanOrderResource. Pour obtenir un BillingBenefitsSavingsPlanCollection instance appelez la méthode GetBillingBenefitsSavingsPlans à partir d’un instance de BillingBenefitsSavingsPlanOrderResource.

public class BillingBenefitsSavingsPlanCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.BillingBenefits.BillingBenefitsSavingsPlanResource>
type BillingBenefitsSavingsPlanCollection = class
    inherit ArmCollection
    interface seq<BillingBenefitsSavingsPlanResource>
    interface IEnumerable
    interface IAsyncEnumerable<BillingBenefitsSavingsPlanResource>
Public Class BillingBenefitsSavingsPlanCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of BillingBenefitsSavingsPlanResource), IEnumerable(Of BillingBenefitsSavingsPlanResource)
Héritage
BillingBenefitsSavingsPlanCollection
Implémente

Constructeurs

BillingBenefitsSavingsPlanCollection()

Initialise une nouvelle instance de la BillingBenefitsSavingsPlanCollection classe pour les moqueries.

Propriétés

Client

Obtient le ArmClient client de ressource à partir duquel il a été créé.

(Hérité de ArmCollection)
Diagnostics

Obtient les options de diagnostic pour ce client de ressources.

(Hérité de ArmCollection)
Endpoint

Obtient l’URI de base pour ce client de ressource.

(Hérité de ArmCollection)
Id

Obtient l’identificateur de ressource.

(Hérité de ArmCollection)
Pipeline

Obtient le pipeline pour ce client de ressources.

(Hérité de ArmCollection)

Méthodes

Exists(String, String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/fournisseurs de la demande/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/savingsPlans/{savingsPlanId}
  • IdSavingsPlan_Get d’opération
ExistsAsync(String, String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/fournisseurs de la demande/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/savingsPlans/{savingsPlanId}
  • IdSavingsPlan_Get d’opération
Get(String, String, CancellationToken)

Obtenez un plan d’économies.

  • Chemin/fournisseurs de la demande/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/savingsPlans/{savingsPlanId}
  • IdSavingsPlan_Get d’opération
GetAll(CancellationToken)

Répertorier les plans d’économies dans un ordre.

  • Chemin d’accès/fournisseurs de la demande/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/savingsPlans
  • IdSavingsPlan_List d’opération
GetAllAsync(CancellationToken)

Répertorier les plans d’économies dans un ordre.

  • Chemin d’accès/fournisseurs de la demande/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/savingsPlans
  • IdSavingsPlan_List d’opération
GetAsync(String, String, CancellationToken)

Obtenez un plan d’économies.

  • Chemin/fournisseurs de la demande/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/savingsPlans/{savingsPlanId}
  • IdSavingsPlan_Get d’opération
TryGetApiVersion(ResourceType, String)

Obtient la substitution de version de l’API si elle a été définie pour les options clientes actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<BillingBenefitsSavingsPlanResource>.GetAsyncEnumerator(CancellationToken)

Retourne un énumérateur qui boucle de façon asynchrone dans la collection.

IEnumerable.GetEnumerator()

Retourne un énumérateur qui itère au sein d’une collection.

IEnumerable<BillingBenefitsSavingsPlanResource>.GetEnumerator()

Retourne un énumérateur qui itère au sein de la collection.

S’applique à