getBillingProfile

Gets a billing profile by its ID. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement and Microsoft Partner Agreement. Uses Azure REST API version 2024-04-01.

Return

A billing profile.

Parameters

argument

null


suspend fun getBillingProfile(billingAccountName: String, billingProfileName: String): GetBillingProfileResult

Return

A billing profile.

Parameters

billingAccountName

The ID that uniquely identifies a billing account.

billingProfileName

The ID that uniquely identifies a billing profile.

See also


Return

A billing profile.

Parameters

argument

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

See also