BillingPropertyOperationsExtensions.GetAsync Method

Definition

Get the billing properties for a subscription. This operation is not supported for billing accounts with agreement type Enterprise Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

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

Parameters

operations
IBillingPropertyOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to