BillingProfilesOperationsExtensions.Get Method

Definition

Gets a billing profile by its ID. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement. https://docs.microsoft.com/en-us/rest/api/billing/

public static Microsoft.Azure.Management.Billing.Models.BillingProfile Get (this Microsoft.Azure.Management.Billing.IBillingProfilesOperations operations, string billingAccountName, string billingProfileName, string expand = default);
static member Get : Microsoft.Azure.Management.Billing.IBillingProfilesOperations * string * string * string -> Microsoft.Azure.Management.Billing.Models.BillingProfile
<Extension()>
Public Function Get (operations As IBillingProfilesOperations, billingAccountName As String, billingProfileName As String, Optional expand As String = Nothing) As BillingProfile

Parameters

operations
IBillingProfilesOperations

The operations group for this extension method.

billingAccountName
String

The ID that uniquely identifies a billing account.

billingProfileName
String

The ID that uniquely identifies a billing profile.

expand
String

May be used to expand the invoice sections.

Returns

Applies to