Share via


BillingPeriodsOperationsExtensions.Get Method

Definition

Gets a named billing period. This is only supported for Azure Web-Direct subscriptions. Other subscription types which were not purchased directly through the Azure web portal are not supported through this preview API.

public static Microsoft.Azure.Management.Billing.Models.BillingPeriod Get (this Microsoft.Azure.Management.Billing.IBillingPeriodsOperations operations, string billingPeriodName);
static member Get : Microsoft.Azure.Management.Billing.IBillingPeriodsOperations * string -> Microsoft.Azure.Management.Billing.Models.BillingPeriod
<Extension()>
Public Function Get (operations As IBillingPeriodsOperations, billingPeriodName As String) As BillingPeriod

Parameters

operations
IBillingPeriodsOperations

The operations group for this extension method.

billingPeriodName
String

The name of a BillingPeriod resource.

Returns

Applies to