Delen via


IBillingRoleAssignmentsOperations.DeleteByBillingProfileWithHttpMessagesAsync Methode

Definitie

Hiermee verwijdert u een roltoewijzing voor de aanroeper in een factureringsprofiel. De bewerking wordt ondersteund voor factureringsrekeningen met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Billing.Models.BillingRoleAssignment>> DeleteByBillingProfileWithHttpMessagesAsync(string billingAccountName, string billingProfileName, string billingRoleAssignmentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteByBillingProfileWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Billing.Models.BillingRoleAssignment>>
Public Function DeleteByBillingProfileWithHttpMessagesAsync (billingAccountName As String, billingProfileName As String, billingRoleAssignmentName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of BillingRoleAssignment))

Parameters

billingAccountName
String

De id die een factureringsrekening uniek identificeert.

billingProfileName
String

De id die een factureringsprofiel uniek identificeert.

billingRoleAssignmentName
String

De id die een roltoewijzing uniek identificeert.

customHeaders
Dictionary<String,List<String>>

De headers die aan de aanvraag worden toegevoegd.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Uitzonderingen

Gegenereerd toen de bewerking een ongeldige statuscode retourneerde

Gegenereerd wanneer het antwoord niet kan worden gedeserialiseerd

Gegenereerd wanneer een vereiste parameter null is

Van toepassing op