toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.datamigration.kotlin.inputs
/
GetProjectPlainArgs
Get
Project
Plain
Args
data
class
GetProjectPlainArgs
(
val
groupName
:
String
,
val
projectName
:
String
,
val
serviceName
:
String
)
:
ConvertibleToJava
<
GetProjectPlainArgs
>
Members
Constructors
Get
Project
Plain
Args
Link copied to clipboard
constructor
(
groupName
:
String
,
projectName
:
String
,
serviceName
:
String
)
Properties
group
Name
Link copied to clipboard
val
groupName
:
String
Name of the resource group
project
Name
Link copied to clipboard
val
projectName
:
String
Name of the project
service
Name
Link copied to clipboard
val
serviceName
:
String
Name of the service
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetProjectPlainArgs