get Tenant Configuration
suspend fun getTenantConfiguration(argument: GetTenantConfigurationPlainArgs): GetTenantConfigurationResult
Gets the tenant configuration. Azure REST API version: 2020-09-01-preview.
Return
Tenant configuration.
Parameters
argument
null
Return
Tenant configuration.
See also
Parameters
configuration Name
The configuration name. Value must be 'default'
suspend fun getTenantConfiguration(argument: suspend GetTenantConfigurationPlainArgsBuilder.() -> Unit): GetTenantConfigurationResult
Return
Tenant configuration.
See also
Parameters
argument
Builder for com.pulumi.azurenative.portal.kotlin.inputs.GetTenantConfigurationPlainArgs.