B2CTenantUpdateRequest Class

The request body to update the Azure AD B2C tenant resource.

Inheritance
B2CTenantUpdateRequest

Constructor

B2CTenantUpdateRequest(*, sku: Optional[azure.mgmt.azureadb2c.v2019_01_01_preview.models._models_py3.B2CResourceSKU] = None, tags: Optional[Dict[str, str]] = None, billing_config: Optional[azure.mgmt.azureadb2c.v2019_01_01_preview.models._models_py3.B2CTenantResourcePropertiesBillingConfig] = None, tenant_id: Optional[str] = None, **kwargs)

Parameters

sku
<xref:$>(<xref:python-base-namespace>)B2CResourceSKU
Required

SKU properties of the Azure AD B2C tenant. Learn more about Azure AD B2C billing at aka.ms/b2cBilling.

tags
dict[str, str]
Required

A set of tags. Resource Tags.

billing_config
<xref:$>(<xref:python-base-namespace>)B2CTenantResourcePropertiesBillingConfig
Required

The billing configuration for the tenant.

tenant_id
str
Required

An identifier of the B2C tenant.