getAssociatedTenant

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

associatedTenantName

The ID that uniquely identifies a tenant.

billingAccountName

The ID that uniquely identifies a billing account.

See also


Return

An associated tenant.

Parameters

argument

Builder for com.pulumi.azurenative.billing.kotlin.inputs.GetAssociatedTenantPlainArgs.

See also