toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearningservices.kotlin.inputs
/
ServerlessOfferArgs
Serverless
Offer
Args
data
class
ServerlessOfferArgs
(
val
offerName
:
Output
<
String
>
,
val
publisher
:
Output
<
String
>
)
:
ConvertibleToJava
<
ServerlessOfferArgs
>
Members
Constructors
Serverless
Offer
Args
Link copied to clipboard
constructor
(
offerName
:
Output
<
String
>
,
publisher
:
Output
<
String
>
)
Properties
offer
Name
Link copied to clipboard
val
offerName
:
Output
<
String
>
Required The name of the Serverless Offer
publisher
Link copied to clipboard
val
publisher
:
Output
<
String
>
Required Publisher name of the Serverless Offer
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ServerlessOfferArgs