B2CResourceSKUArgs

data class B2CResourceSKUArgs(val name: Output<Either<String, B2CResourceSKUName>>? = null, val tier: Output<Either<String, B2CResourceSKUTier>>? = null) : ConvertibleToJava<B2CResourceSKUArgs>

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

Constructors

Link copied to clipboard
constructor(name: Output<Either<String, B2CResourceSKUName>>? = null, tier: Output<Either<String, B2CResourceSKUTier>>? = null)

Properties

Link copied to clipboard
val name: Output<Either<String, B2CResourceSKUName>>? = null

The name of the SKU for the tenant.

Link copied to clipboard
val tier: Output<Either<String, B2CResourceSKUTier>>? = null

The tier of the tenant.

Functions

Link copied to clipboard
open override fun toJava(): B2CResourceSKUArgs