Get B2CTenant Result
data class GetB2CTenantResult(val billingConfig: B2CTenantResourcePropertiesResponseBillingConfig? = null, val id: String, val location: String, val name: String, val sku: B2CResourceSKUResponse, val tags: Map<String, String>? = null, val tenantId: String? = null, val type: String)
Constructors
Link copied to clipboard
constructor(billingConfig: B2CTenantResourcePropertiesResponseBillingConfig? = null, id: String, location: String, name: String, sku: B2CResourceSKUResponse, tags: Map<String, String>? = null, tenantId: String? = null, type: String)
Properties
Link copied to clipboard
The billing configuration for the tenant.
Link copied to clipboard
The location in which the resource is hosted and data resides. Can be one of 'United States', 'Europe', 'Asia Pacific', or 'Australia' (preview). Refer to this documentation for more information.
Link copied to clipboard
SKU properties of the Azure AD B2C tenant. Learn more about Azure AD B2C billing at aka.ms/b2cBilling.