B2CTenantResource Class

B2CTenantResource.

Variables are only populated by the server, and will be ignored when sending a request.

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

Inheritance
msrest.serialization.Model
B2CTenantResource

Constructor

B2CTenantResource(*, sku: B2CResourceSKU, location: str, tags: Dict[str, str] | None = None, billing_config: B2CTenantResourcePropertiesBillingConfig | None = None, tenant_id: str | None = None, **kwargs)

Parameters

Name Description
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.

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'.

tags
Required

A set of tags. Resource Tags.

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

The billing configuration for the tenant.

tenant_id
Required
str

An identifier of the B2C tenant.

Keyword-Only Parameters

Name Description
sku
Required
location
Required
tags
Required
billing_config
Required
tenant_id
Required

Variables

Name Description
type
str

The type of the B2C tenant resource. Default value: "Microsoft.AzureActiveDirectory/b2cDirectories".

id
str

An identifier that represents the B2C tenant resource.

name
str

The name of the B2C tenant resource.

Attributes

type

type = 'Microsoft.AzureActiveDirectory/b2cDirectories'