get Tag Inheritance Setting
suspend fun getTagInheritanceSetting(argument: GetTagInheritanceSettingPlainArgs): GetTagInheritanceSettingResult
Get the setting from the given scope by name. Uses Azure REST API version 2024-08-01.
Return
Tag Inheritance Setting definition.
Parameters
argument
null
Return
Tag Inheritance Setting definition.
Parameters
scope
The scope associated with this setting. This includes 'subscriptions/{subscriptionId}' for subscription scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' for billing profile scope.
type
Setting type.
See also
suspend fun getTagInheritanceSetting(argument: suspend GetTagInheritanceSettingPlainArgsBuilder.() -> Unit): GetTagInheritanceSettingResult
Return
Tag Inheritance Setting definition.
Parameters
argument
Builder for com.pulumi.azurenative.costmanagement.kotlin.inputs.GetTagInheritanceSettingPlainArgs.