你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
InvoiceSectionWithCreateSubPermission 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
InvoiceSectionWithCreateSubPermission() |
初始化 InvoiceSectionWithCreateSubPermission 类的新实例。 |
InvoiceSectionWithCreateSubPermission(String, String, String, String, String, String, String, String, String, IList<AzurePlan>) |
初始化 InvoiceSectionWithCreateSubPermission 类的新实例。 |
InvoiceSectionWithCreateSubPermission()
初始化 InvoiceSectionWithCreateSubPermission 类的新实例。
public InvoiceSectionWithCreateSubPermission ();
Public Sub New ()
适用于
InvoiceSectionWithCreateSubPermission(String, String, String, String, String, String, String, String, String, IList<AzurePlan>)
初始化 InvoiceSectionWithCreateSubPermission 类的新实例。
public InvoiceSectionWithCreateSubPermission (string invoiceSectionId = default, string invoiceSectionDisplayName = default, string invoiceSectionSystemId = default, string billingProfileId = default, string billingProfileDisplayName = default, string billingProfileStatus = default, string billingProfileStatusReasonCode = default, string billingProfileSpendingLimit = default, string billingProfileSystemId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> enabledAzurePlans = default);
new Microsoft.Azure.Management.Billing.Models.InvoiceSectionWithCreateSubPermission : string * string * string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> -> Microsoft.Azure.Management.Billing.Models.InvoiceSectionWithCreateSubPermission
Public Sub New (Optional invoiceSectionId As String = Nothing, Optional invoiceSectionDisplayName As String = Nothing, Optional invoiceSectionSystemId 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 billingProfileSystemId As String = Nothing, Optional enabledAzurePlans As IList(Of AzurePlan) = Nothing)
参数
- invoiceSectionId
- String
发票科目的 ID。
- invoiceSectionDisplayName
- String
发票科目的名称。
- invoiceSectionSystemId
- String
系统为发票科目生成了唯一标识符。
- billingProfileId
- String
发票科目的计费配置文件的 ID。
- billingProfileDisplayName
- String
发票科目的计费对象信息的名称。
- billingProfileStatus
- String
计费配置文件的状态。 可能的值包括:“Active”、“Disabled”、“Warned”
- billingProfileStatusReasonCode
- String
指定计费对象信息状态的原因。 可能的值包括:“PastDue”、“SpendingLimitReached”、“SpendingLimitExpired”
- billingProfileSpendingLimit
- String
计费对象信息支出限制。 可能的值包括:“Off”、“On”
- billingProfileSystemId
- String
系统为计费对象信息生成了唯一标识符。