你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
InvoiceSectionsOnExpand 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
与计费对象信息关联的发票科目。 默认情况下,除非在 $expand 中指定,否则不会填充它。
public class InvoiceSectionsOnExpand
type InvoiceSectionsOnExpand = class
Public Class InvoiceSectionsOnExpand
- 继承
-
InvoiceSectionsOnExpand
构造函数
InvoiceSectionsOnExpand() |
初始化 InvoiceSectionsOnExpand 类的新实例。 |
InvoiceSectionsOnExpand(Nullable<Boolean>, IList<InvoiceSection>) |
初始化 InvoiceSectionsOnExpand 类的新实例。 |
属性
HasMoreResults |
获取 指示发票科目是否多于此集合中列出的发票科目。 集合最多列出 50 个发票科目。 若要获取所有发票科目,请使用列出发票科目 API。 |
Value |
获取或设置与计费对象信息关联的发票科目。 |