toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.relay.kotlin.inputs
/
SkuArgs
Sku
Args
data
class
SkuArgs
(
val
name
:
Output
<
Either
<
String
,
SkuName
>
>
,
val
tier
:
Output
<
Either
<
String
,
SkuTier
>
>
?
=
null
)
:
ConvertibleToJava
<
SkuArgs
>
SKU of the namespace.
Members
Constructors
Sku
Args
Link copied to clipboard
constructor
(
name
:
Output
<
Either
<
String
,
SkuName
>
>
,
tier
:
Output
<
Either
<
String
,
SkuTier
>
>
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
Either
<
String
,
SkuName
>
>
Name of this SKU.
tier
Link copied to clipboard
val
tier
:
Output
<
Either
<
String
,
SkuTier
>
>
?
=
null
The tier of this SKU.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SkuArgs