Condividi tramite


ICustomersOperations.GetWithHttpMessagesAsync Metodo

Definizione

Ottiene un cliente in base al relativo ID. L'operazione è supportata solo per gli account di fatturazione con il tipo di contratto Contratto Microsoft Partner. https://docs.microsoft.com/en-us/rest/api/billing/

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Billing.Models.Customer>> GetWithHttpMessagesAsync (string billingAccountName, string customerName, 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.Customer>>
Public Function GetWithHttpMessagesAsync (billingAccountName As String, customerName 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 Customer))

Parametri

billingAccountName
String

ID che identifica in modo univoco un account di fatturazione.

customerName
String

ID che identifica in modo univoco un cliente.

expand
String

Può essere usato per espandere abilitatoAzurePlans e rivenditori

customHeaders
Dictionary<String,List<String>>

Intestazioni che verranno aggiunte alla richiesta.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Eccezioni

Generato quando l'operazione ha restituito un codice di stato non valido

Generato quando non è possibile deserializzare la risposta

Generato quando un parametro obbligatorio è Null

Si applica a