toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.azurestack.kotlin.inputs
/
ListProductsPlainArgs
List
Products
Plain
Args
data
class
ListProductsPlainArgs
(
val
productName
:
String
,
val
registrationName
:
String
,
val
resourceGroup
:
String
)
:
ConvertibleToJava
<
ListProductsPlainArgs
>
Members
Constructors
List
Products
Plain
Args
Link copied to clipboard
constructor
(
productName
:
String
,
registrationName
:
String
,
resourceGroup
:
String
)
Properties
product
Name
Link copied to clipboard
val
productName
:
String
Name of the product.
registration
Name
Link copied to clipboard
val
registrationName
:
String
Name of the Azure Stack registration.
resource
Group
Link copied to clipboard
val
resourceGroup
:
String
Name of the resource group.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ListProductsPlainArgs