toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.workloads.kotlin.outputs
/
OsImageProfileResponse
Os
Image
Profile
Response
data
class
OsImageProfileResponse
(
val
offer
:
String
?
=
null
,
val
publisher
:
String
?
=
null
,
val
sku
:
String
?
=
null
,
val
version
:
String
?
=
null
)
OS image profile
Members
Constructors
Os
Image
Profile
Response
Link copied to clipboard
constructor
(
offer
:
String
?
=
null
,
publisher
:
String
?
=
null
,
sku
:
String
?
=
null
,
version
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
offer
Link copied to clipboard
val
offer
:
String
?
=
null
OS image offer
publisher
Link copied to clipboard
val
publisher
:
String
?
=
null
OS image publisher
sku
Link copied to clipboard
val
sku
:
String
?
=
null
OS image sku
version
Link copied to clipboard
val
version
:
String
?
=
null
OS image version