IBillingRoleAssignmentsOperations.DeleteByInvoiceSectionWithHttpMessagesAsync Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Elimina uma atribuição de função para o autor da chamada numa secção de fatura. A operação é suportada para contas de faturação com o tipo de contrato Contrato de Cliente Microsoft.
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Billing.Models.BillingRoleAssignment>> DeleteByInvoiceSectionWithHttpMessagesAsync (string billingAccountName, string billingProfileName, string invoiceSectionName, string billingRoleAssignmentName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteByInvoiceSectionWithHttpMessagesAsync : string * 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 DeleteByInvoiceSectionWithHttpMessagesAsync (billingAccountName As String, billingProfileName As String, invoiceSectionName 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))
Parâmetros
- billingAccountName
- String
O ID que identifica exclusivamente uma conta de faturação.
- billingProfileName
- String
O ID que identifica exclusivamente um perfil de faturação.
- invoiceSectionName
- String
O ID que identifica exclusivamente uma secção de fatura.
- billingRoleAssignmentName
- String
O ID que identifica exclusivamente uma atribuição de função.
- customHeaders
- Dictionary<String,List<String>>
Os cabeçalhos que serão adicionados ao pedido.
- cancellationToken
- CancellationToken
O token de cancelamento.
Devoluções
Exceções
Emitido quando a operação devolveu um código de estado inválido
Lançada quando não é possível anular a serialização da resposta
Emitido quando um parâmetro necessário é nulo
Aplica-se a
Azure SDK for .NET