BillingSubscription Class

Definition

A billing subscription.

[Microsoft.Rest.Serialization.JsonTransformation]
public class BillingSubscription : Microsoft.Azure.Management.Billing.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BillingSubscription = class
    inherit Resource
Public Class BillingSubscription
Inherits Resource
Inheritance
BillingSubscription
Attributes

Constructors

BillingSubscription()

Initializes a new instance of the BillingSubscription class.

BillingSubscription(String, String, String, String, Nullable<Guid>, String, Amount, Amount, String, String, String, String, String, String, String, Reseller, String, String)

Initializes a new instance of the BillingSubscription class.

Properties

BillingProfileDisplayName

Gets the name of the billing profile to which the subscription is billed.

BillingProfileId

Gets the ID of the billing profile to which the subscription is billed.

CostCenter

Gets or sets the cost center applied to the subscription.

CustomerDisplayName

Gets the name of the customer for whom the subscription was created. The field is applicable only for Microsoft Partner Agreement billing account.

CustomerId

Gets the ID of the customer for whom the subscription was created. The field is applicable only for Microsoft Partner Agreement billing account.

DisplayName

Gets the name of the subscription.

Id

Gets resource Id.

(Inherited from Resource)
InvoiceSectionDisplayName

Gets the name of the invoice section to which the subscription is billed.

InvoiceSectionId

Gets the ID of the invoice section to which the subscription is billed.

LastMonthCharges

Gets the last month charges.

MonthToDateCharges

Gets the current month to date charges.

Name

Gets resource name.

(Inherited from Resource)
Reseller

Gets reseller for this subscription.

SkuDescription

Gets the sku description of the Azure plan for the subscription.

SkuId

Gets or sets the sku ID of the Azure plan for the subscription.

SubscriptionBillingStatus

Gets or sets the current billing status of the subscription. Possible values include: 'Active', 'Inactive', 'Abandoned', 'Deleted', 'Warning'

SubscriptionId

Gets the ID of the subscription.

Type

Gets resource type.

(Inherited from Resource)

Applies to