GetTagInheritanceSettingPlainArgs

data class GetTagInheritanceSettingPlainArgs(val scope: String, val type: String) : ConvertibleToJava<GetTagInheritanceSettingPlainArgs>

Constructors

Link copied to clipboard
constructor(scope: String, type: String)

Properties

Link copied to clipboard

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.

Link copied to clipboard

Setting type.

Functions

Link copied to clipboard
open override fun toJava(): GetTagInheritanceSettingPlainArgs