你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BillingProfilesOnExpand 类

定义

与计费帐户关联的计费配置文件。 默认情况下,除非在 $expand 中指定,否则不会填充此字段。

public class BillingProfilesOnExpand
type BillingProfilesOnExpand = class
Public Class BillingProfilesOnExpand
继承
BillingProfilesOnExpand

构造函数

BillingProfilesOnExpand()

初始化 BillingProfilesOnExpand 类的新实例。

BillingProfilesOnExpand(Nullable<Boolean>, IList<BillingProfile>)

初始化 BillingProfilesOnExpand 类的新实例。

属性

HasMoreResults

获取指示计费配置文件是否多于此集合中列出的配置文件。 集合最多列出 50 个计费配置文件。 若要获取所有计费配置文件,请使用列表计费配置文件 API。

Value

获取或设置与计费帐户关联的计费配置文件。

适用于