toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.providerhub.kotlin.inputs
/
GetSkusPlainArgs
Get
Skus
Plain
Args
data
class
GetSkusPlainArgs
(
val
providerNamespace
:
String
,
val
resourceType
:
String
,
val
sku
:
String
)
:
ConvertibleToJava
<
GetSkusPlainArgs
>
Members
Constructors
Get
Skus
Plain
Args
Link copied to clipboard
constructor
(
providerNamespace
:
String
,
resourceType
:
String
,
sku
:
String
)
Properties
provider
Namespace
Link copied to clipboard
val
providerNamespace
:
String
The name of the resource provider hosted within ProviderHub.
resource
Type
Link copied to clipboard
val
resourceType
:
String
The resource type.
sku
Link copied to clipboard
val
sku
:
String
The SKU.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetSkusPlainArgs