toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hybridnetwork.kotlin.inputs
/
SkuArgs
Sku
Args
data
class
SkuArgs
(
val
name
:
Output
<
Either
<
String
,
SkuName
>
>
)
:
ConvertibleToJava
<
SkuArgs
>
Sku, to be associated with a SiteNetworkService.
Members
Constructors
Sku
Args
Link copied to clipboard
constructor
(
name
:
Output
<
Either
<
String
,
SkuName
>
>
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
Either
<
String
,
SkuName
>
>
Name of this Sku
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SkuArgs