Partager via


BillingPaymentMethodCollection Classe

Définition

Classe représentant une collection de BillingPaymentMethodResource et leurs opérations. Chacun BillingPaymentMethodResource de la collection appartient au même instance de TenantResource. Pour obtenir un BillingPaymentMethodCollection instance appelez la méthode GetBillingPaymentMethods à partir d’un instance de TenantResource.

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

Constructeurs

BillingPaymentMethodCollection()

Initialise une nouvelle instance de la classe pour la BillingPaymentMethodCollection simulation.

Propriétés

Client

Obtient le ArmClient à partir duquel ce client de ressource 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 ressource.

(Hérité de ArmCollection)

Méthodes

Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/providers/Microsoft.Billing/paymentMethods/{paymentMethodName}
  • IdPaymentMethods_GetByUser d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/providers/Microsoft.Billing/paymentMethods/{paymentMethodName}
  • IdPaymentMethods_GetByUser d’opération
Get(String, CancellationToken)

Obtient un mode de paiement appartenant à l’appelant.

  • Chemin de la demande/providers/Microsoft.Billing/paymentMethods/{paymentMethodName}
  • IdPaymentMethods_GetByUser d’opération
GetAll(CancellationToken)

Répertorie les modes de paiement appartenant à l’appelant.

  • Chemin de la demande/providers/Microsoft.Billing/paymentMethods
  • Opération IdPaymentMethods_ListByUser
GetAllAsync(CancellationToken)

Répertorie les modes de paiement appartenant à l’appelant.

  • Chemin de la demande/providers/Microsoft.Billing/paymentMethods
  • Opération IdPaymentMethods_ListByUser
GetAsync(String, CancellationToken)

Obtient un mode de paiement appartenant à l’appelant.

  • Chemin de la demande/providers/Microsoft.Billing/paymentMethods/{paymentMethodName}
  • IdPaymentMethods_GetByUser d’opération
TryGetApiVersion(ResourceType, String)

Obtient le remplacement de version de l’API s’il a été défini pour les options client actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<BillingPaymentMethodResource>.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<BillingPaymentMethodResource>.GetEnumerator()

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

S’applique à