BillingExtensions.GetBillingPaymentMethodLinks 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 BillingPaymentMethodLinkResources dans TenantResource.
public static Azure.ResourceManager.Billing.BillingPaymentMethodLinkCollection GetBillingPaymentMethodLinks (this Azure.ResourceManager.Resources.TenantResource tenantResource, string billingAccountName, string billingProfileName);
static member GetBillingPaymentMethodLinks : Azure.ResourceManager.Resources.TenantResource * string * string -> Azure.ResourceManager.Billing.BillingPaymentMethodLinkCollection
<Extension()>
Public Function GetBillingPaymentMethodLinks (tenantResource As TenantResource, billingAccountName As String, billingProfileName As String) As BillingPaymentMethodLinkCollection
Paramètres
- tenantResource
- TenantResource
Instance TenantResource sur laquelle la méthode s’exécute.
- billingAccountName
- String
ID qui identifie de manière unique un compte de facturation.
- billingProfileName
- String
ID qui identifie de manière unique un profil de facturation.
Retours
Objet représentant une collection de BillingPaymentMethodLinkResources et leurs opérations sur un BillingPaymentMethodLinkResource.
Exceptions
billingAccountName
ou billingProfileName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
billingAccountName
ou billingProfileName
est null.