IAgreementsOperations.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.
Ottiene un contratto in base all'ID. https://docs.microsoft.com/en-us/rest/api/billing/
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Billing.Models.Agreement>> GetWithHttpMessagesAsync (string billingAccountName, string agreementName, string expand = default, 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.Agreement>>
Public Function GetWithHttpMessagesAsync (billingAccountName As String, agreementName As String, Optional expand As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Agreement))
Parametri
- billingAccountName
- String
ID che identifica in modo univoco un account di fatturazione.
- agreementName
- String
ID che identifica in modo univoco un contratto.
- expand
- String
Può essere utilizzato per espandere i partecipanti.
- 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