BillingProperty Class

Definition

A billing property.

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

Constructors

BillingProperty()

Initializes a new instance of the BillingProperty class.

BillingProperty(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Nullable<Boolean>, String, String, String, String)

Initializes a new instance of the BillingProperty class.

Properties

AccountAdminNotificationEmailAddress

Gets the email address on which the account admin gets all Azure notifications.

BillingAccountDisplayName

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

BillingAccountId

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

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.

BillingProfileSpendingLimit

Gets the billing profile spending limit. Possible values include: 'Off', 'On'

BillingProfileStatus

Gets the status of the billing profile. Possible values include: 'Active', 'Disabled', 'Warned'

BillingProfileStatusReasonCode

Gets reason for the specified billing profile status. Possible values include: 'PastDue', 'SpendingLimitReached', 'SpendingLimitExpired'

BillingTenantId

Gets the Azure AD tenant ID of the billing account for the subscription.

CostCenter

Gets or sets the cost center applied to 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.

IsAccountAdmin

Gets indicates whether user is the account admin.

Name

Gets resource name.

(Inherited from Resource)
ProductId

Gets the product ID of the Azure plan.

ProductName

Gets the product name of the Azure plan.

SkuDescription

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

SkuId

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

Type

Gets resource type.

(Inherited from Resource)

Applies to