Partager via


BillingRoleAssignmentsOperationsExtensions.GetByBillingProfileAsync Méthode

Définition

Obtient une attribution de rôle pour l’appelant sur un profil de facturation. L’opération est prise en charge pour les comptes de facturation avec le type de contrat Contrat Partenaire Microsoft ou Contrat client Microsoft. https://docs.microsoft.com/en-us/rest/api/billing/

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.BillingRoleAssignment> GetByBillingProfileAsync (this Microsoft.Azure.Management.Billing.IBillingRoleAssignmentsOperations operations, string billingAccountName, string billingProfileName, string billingRoleAssignmentName, System.Threading.CancellationToken cancellationToken = default);
static member GetByBillingProfileAsync : Microsoft.Azure.Management.Billing.IBillingRoleAssignmentsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.BillingRoleAssignment>
<Extension()>
Public Function GetByBillingProfileAsync (operations As IBillingRoleAssignmentsOperations, billingAccountName As String, billingProfileName As String, billingRoleAssignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of BillingRoleAssignment)

Paramètres

operations
IBillingRoleAssignmentsOperations

Groupe d’opérations pour cette méthode d’extension.

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.

billingRoleAssignmentName
String

ID qui identifie de manière unique une attribution de rôle.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à