toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.billing.kotlin.outputs
/
AzurePlanResponse
Azure
Plan
Response
data
class
AzurePlanResponse
(
val
skuDescription
:
String
,
val
skuId
:
String
?
=
null
)
Details of the Azure plan.
Members
Constructors
Azure
Plan
Response
Link copied to clipboard
constructor
(
skuDescription
:
String
,
skuId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
sku
Description
Link copied to clipboard
val
skuDescription
:
String
The sku description.
sku
Id
Link copied to clipboard
val
skuId
:
String
?
=
null
The sku id.