共用方式為


ProductsOperationsExtensions.GetAsync 方法

定義

依識別碼取得產品。 只有合約類型為Microsoft 客戶合約的計費帳戶才支援此作業。 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)

參數

operations
IProductsOperations

這個擴充方法的作業群組。

billingAccountName
String

可唯一識別計費帳戶的識別碼。

productName
String

可唯一識別產品的識別碼。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於