toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.migrate.kotlin.inputs
/
GetProjectKeysPlainArgs
Get
Project
Keys
Plain
Args
data
class
GetProjectKeysPlainArgs
(
val
projectName
:
String
,
val
resourceGroupName
:
String
)
:
ConvertibleToJava
<
GetProjectKeysPlainArgs
>
Members
Constructors
Get
Project
Keys
Plain
Args
Link copied to clipboard
constructor
(
projectName
:
String
,
resourceGroupName
:
String
)
Properties
project
Name
Link copied to clipboard
val
projectName
:
String
Name of the Azure Migrate project.
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
Name of the Azure Resource Group that project is part of.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetProjectKeysPlainArgs