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
B2CTenantResource

Constructor

B2CTenantResource(*, sku: azure.mgmt.azureadb2c.v2019_01_01_preview.models._models_py3.B2CResourceSKU, location: str, 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

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

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

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.

Variables

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'