你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
B2CTenantResource interface
属性
billing |
租户的计费配置。 |
id | 表示 Azure AD B2C 租户资源的标识符。 注意:此属性不会序列化。 它只能由服务器填充。 |
location | 托管资源和数据的位置。 可以是“美国”、“欧洲”、“亚太”或“澳大利亚”之一。 有关详细信息,请参阅 此文档 。 |
name | Azure AD B2C 租户资源的名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
sku | Azure AD B2C 租户的 SKU 属性。 若要详细了解 Azure AD B2C 计费 ,请参阅 aka.ms/b2cBilling。 |
system |
与资源的创建和上次修改相关的元数据。 注意:此属性不会序列化。 它只能由服务器填充。 |
tags | 资源标记 |
tenant |
Azure AD B2C 租户的标识符。 |
type | B2C 租户资源的类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
billingConfig
租户的计费配置。
billingConfig?: B2CTenantResourcePropertiesBillingConfig
属性值
id
表示 Azure AD B2C 租户资源的标识符。 注意:此属性不会序列化。 它只能由服务器填充。
id?: string
属性值
string
location
name
Azure AD B2C 租户资源的名称。 注意:此属性不会序列化。 它只能由服务器填充。
name?: string
属性值
string
sku
systemData
tags
资源标记
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
tenantId
Azure AD B2C 租户的标识符。
tenantId?: string
属性值
string
type
B2C 租户资源的类型。 注意:此属性不会序列化。 它只能由服务器填充。
type?: string
属性值
string