B2CTenantUpdateRequest interface
The request body to update the Azure AD B2C tenant resource.
Properties
billing |
The billing configuration for the tenant. |
sku | SKU properties of the Azure AD B2C tenant. Learn more about Azure AD B2C billing at aka.ms/b2cBilling. |
tags | Resource Tags |
tenant |
An identifier of the Azure AD B2C tenant. |
Property Details
billingConfig
The billing configuration for the tenant.
billingConfig?: B2CTenantResourcePropertiesBillingConfig
Property Value
sku
SKU properties of the Azure AD B2C tenant. Learn more about Azure AD B2C billing at aka.ms/b2cBilling.
sku?: B2CResourceSKU
Property Value
tags
Resource Tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
tenantId
An identifier of the Azure AD B2C tenant.
tenantId?: string
Property Value
string