B2CTenantResource interface
属性
| billing |
租户的计费配置。 |
| id | 表示 Azure AD B2C 租户资源的标识符。 注意:此属性不会序列化。 它只能由服务器填充。 |
| location | |
| name | Azure AD B2C 租户资源的名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
| sku | Azure AD B2C 租户的 SKU 属性。 在 aka.ms/b2cBilling了解有关 Azure AD B2C 计费的详细信息。 |
| system |
与创建和上次修改资源相关的元数据。 注意:此属性不会序列化。 它只能由服务器填充。 |
| tags | 资源标记 |
| tenant |
Azure AD B2C 租户的标识符。 |
| type | B2C 租户资源的类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
billingConfig
租户的计费配置。
billingConfig?: B2CTenantResourcePropertiesBillingConfig
属性值
id
表示 Azure AD B2C 租户资源的标识符。 注意:此属性不会序列化。 它只能由服务器填充。
id?: string
属性值
string
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