get Associated Tenant
Gets an associated tenant by ID. Uses Azure REST API version 2024-04-01.
Return
An associated tenant.
Parameters
argument
null
suspend fun getAssociatedTenant(associatedTenantName: String, billingAccountName: String): GetAssociatedTenantResult
Return
An associated tenant.
Parameters
associated Tenant Name
The ID that uniquely identifies a tenant.
billing Account Name
The ID that uniquely identifies a billing account.
See also
suspend fun getAssociatedTenant(argument: suspend GetAssociatedTenantPlainArgsBuilder.() -> Unit): GetAssociatedTenantResult
Return
An associated tenant.
Parameters
argument
Builder for com.pulumi.azurenative.billing.kotlin.inputs.GetAssociatedTenantPlainArgs.