get Billing Profile
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
billing Account Name
The ID that uniquely identifies a billing account.
billing Profile Name
The ID that uniquely identifies a billing profile.
See also
suspend fun getBillingProfile(argument: suspend GetBillingProfilePlainArgsBuilder.() -> Unit): GetBillingProfileResult
Return
A billing profile.
Parameters
argument
Builder for com.pulumi.azurenative.billing.kotlin.inputs.GetBillingProfilePlainArgs.