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
-
CreateTenantRequestBody
Constructor
CreateTenantRequestBody(*, location: str, properties: azure.mgmt.azureadb2c.v2019_01_01_preview.models._models_py3.CreateTenantRequestBodyProperties, sku: azure.mgmt.azureadb2c.v2019_01_01_preview.models._models_py3.B2CResourceSKU, tags: Optional[Dict[str, str]] = None, **kwargs)
Parameters
- location
- str
Required
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
- <xref:$>(<xref:python-base-namespace>)CreateTenantRequestBodyProperties
Required
Required.
- sku
- <xref:$>(<xref:python-base-namespace>)B2CResourceSKU
Required
Required. SKU properties of the Azure AD B2C tenant. Learn more about Azure AD B2C billing at aka.ms/b2cBilling.
Feedback
Submit and view feedback for