BillingExtensions.GetBillingAccountPaymentMethods Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une collection de BillingAccountPaymentMethodResources dans tenantResource.
public static Azure.ResourceManager.Billing.BillingAccountPaymentMethodCollection GetBillingAccountPaymentMethods (this Azure.ResourceManager.Resources.TenantResource tenantResource, string billingAccountName);
static member GetBillingAccountPaymentMethods : Azure.ResourceManager.Resources.TenantResource * string -> Azure.ResourceManager.Billing.BillingAccountPaymentMethodCollection
<Extension()>
Public Function GetBillingAccountPaymentMethods (tenantResource As TenantResource, billingAccountName As String) As BillingAccountPaymentMethodCollection
Paramètres
- tenantResource
- TenantResource
Instance TenantResource sur laquelle la méthode s’exécute.
- billingAccountName
- String
ID qui identifie de façon unique un compte de facturation.
Retours
Objet représentant la collection de BillingAccountPaymentMethodResources et leurs opérations sur un BillingAccountPaymentMethodResource.
Exceptions
billingAccountName
est une chaîne vide et devait être non vide.
billingAccountName
a la valeur null.