pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.databox.kotlin.outputs
/
SkuResponse
Sku
Response
data
class
SkuResponse
(
val
displayName
:
String
?
=
null
,
val
family
:
String
?
=
null
,
val
name
:
String
)
The Sku.
Types
Constructors
Properties
Constructors
Sku
Response
Link copied to clipboard
fun
SkuResponse
(
displayName
:
String
?
=
null
,
family
:
String
?
=
null
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
display
Name
Link copied to clipboard
val
displayName
:
String
?
=
null
The display name of the sku.
family
Link copied to clipboard
val
family
:
String
?
=
null
The sku family.
name
Link copied to clipboard
val
name
:
String
The sku name.