Dela via


ProductsOperationsExtensions.GetAsync Metod

Definition

Hämtar en produkt efter ID. Åtgärden stöds endast för faktureringskonton med avtalstyp Microsoft-kundavtal. https://docs.microsoft.com/en-us/rest/api/billing/

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.Product> GetAsync (this Microsoft.Azure.Management.Billing.IProductsOperations operations, string billingAccountName, string productName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Billing.IProductsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.Product>
<Extension()>
Public Function GetAsync (operations As IProductsOperations, billingAccountName As String, productName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Product)

Parametrar

operations
IProductsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

billingAccountName
String

Det ID som unikt identifierar ett faktureringskonto.

productName
String

Det ID som unikt identifierar en produkt.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Gäller för