CreateTenantRequestBody Class

The information needed to create the Azure AD B2C tenant and corresponding Azure resource, which is used for billing purposes.

All required parameters must be populated in order to send to Azure.

Inheritance
msrest.serialization.Model
CreateTenantRequestBody

Constructor

CreateTenantRequestBody(*, location: str, properties: CreateTenantRequestBodyProperties, sku: B2CResourceSKU, tags: Dict[str, str] | None = None, **kwargs)

Parameters

Name Description
location
Required
str

Required. The location in which the resource is hosted and data resides. Refer to this documentation to see valid data residency locations. Please choose one of 'United States', 'Europe', and 'Asia Pacific'.

properties
Required
<xref:$>(<xref:python-base- namespace>)CreateTenantRequestBodyProperties

Required.

sku
Required
<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
Required

A set of tags. Resource Tags.

Keyword-Only Parameters

Name Description
location
Required
properties
Required
sku
Required
tags
Required