BillingProperty Constructors

Definition

Overloads

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.

BillingProperty()

Initializes a new instance of the BillingProperty class.

public BillingProperty ();
Public Sub New ()

Applies to

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.

public BillingProperty (string id = default, string name = default, string type = default, string accountAdminNotificationEmailAddress = default, string billingTenantId = default, string billingAccountId = default, string billingAccountDisplayName = default, string billingProfileId = default, string billingProfileDisplayName = default, string billingProfileStatus = default, string billingProfileStatusReasonCode = default, string billingProfileSpendingLimit = default, string costCenter = default, string invoiceSectionId = default, string invoiceSectionDisplayName = default, bool? isAccountAdmin = default, string productId = default, string productName = default, string skuId = default, string skuDescription = default);
new Microsoft.Azure.Management.Billing.Models.BillingProperty : string * string * string * string * string * string * string * string * string * string * string * string * string * string * string * Nullable<bool> * string * string * string * string -> Microsoft.Azure.Management.Billing.Models.BillingProperty
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional accountAdminNotificationEmailAddress As String = Nothing, Optional billingTenantId As String = Nothing, Optional billingAccountId As String = Nothing, Optional billingAccountDisplayName As String = Nothing, Optional billingProfileId As String = Nothing, Optional billingProfileDisplayName As String = Nothing, Optional billingProfileStatus As String = Nothing, Optional billingProfileStatusReasonCode As String = Nothing, Optional billingProfileSpendingLimit As String = Nothing, Optional costCenter As String = Nothing, Optional invoiceSectionId As String = Nothing, Optional invoiceSectionDisplayName As String = Nothing, Optional isAccountAdmin As Nullable(Of Boolean) = Nothing, Optional productId As String = Nothing, Optional productName As String = Nothing, Optional skuId As String = Nothing, Optional skuDescription As String = Nothing)

Parameters

id
String

Resource Id.

name
String

Resource name.

type
String

Resource type.

accountAdminNotificationEmailAddress
String

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

billingTenantId
String

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

billingAccountId
String

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

billingAccountDisplayName
String

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

billingProfileId
String

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

billingProfileDisplayName
String

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

billingProfileStatus
String

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

billingProfileStatusReasonCode
String

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

billingProfileSpendingLimit
String

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

costCenter
String

The cost center applied to the subscription.

invoiceSectionId
String

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

invoiceSectionDisplayName
String

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

isAccountAdmin
Nullable<Boolean>

Indicates whether user is the account admin.

productId
String

The product ID of the Azure plan.

productName
String

The product name of the Azure plan.

skuId
String

The sku ID of the Azure plan for the subscription.

skuDescription
String

The sku description of the Azure plan for the subscription.

Applies to