IInstructionsOperations.GetWithHttpMessagesAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottenere l'istruzione in base al nome. Si tratta di istruzioni di fatturazione personalizzate e sono applicabili solo per determinati clienti. https://docs.microsoft.com/en-us/rest/api/billing/
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Billing.Models.Instruction>> GetWithHttpMessagesAsync (string billingAccountName, string billingProfileName, string instructionName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWithHttpMessagesAsync : 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.Instruction>>
Public Function GetWithHttpMessagesAsync (billingAccountName As String, billingProfileName As String, instructionName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Instruction))
Parametri
- billingAccountName
- String
ID che identifica in modo univoco un account di fatturazione.
- billingProfileName
- String
ID che identifica in modo univoco un profilo di fatturazione.
- instructionName
- String
Nome istruzione.
- customHeaders
- Dictionary<String,List<String>>
Intestazioni che verranno aggiunte alla richiesta.
- cancellationToken
- CancellationToken
Token di annullamento.
Restituisce
Eccezioni
Generata quando l'operazione ha restituito un codice di stato non valido
Generata quando non è possibile deserializzare la risposta
Generata quando un parametro obbligatorio è Null