toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
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
model
:
String
,
val
name
:
String
)
The Sku.
Members
Constructors
Sku
Response
Link copied to clipboard
constructor
(
displayName
:
String
?
=
null
,
family
:
String
?
=
null
,
model
:
String
,
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.
model
Link copied to clipboard
val
model
:
String
The model name.
name
Link copied to clipboard
val
name
:
String
The sku name.