toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.datamigration.kotlin.inputs
/
GetServiceTaskPlainArgs
Get
Service
Task
Plain
Args
data
class
GetServiceTaskPlainArgs
(
val
expand
:
String
?
=
null
,
val
groupName
:
String
,
val
serviceName
:
String
,
val
taskName
:
String
)
:
ConvertibleToJava
<
GetServiceTaskPlainArgs
>
Members
Constructors
Get
Service
Task
Plain
Args
Link copied to clipboard
constructor
(
expand
:
String
?
=
null
,
groupName
:
String
,
serviceName
:
String
,
taskName
:
String
)
Properties
expand
Link copied to clipboard
val
expand
:
String
?
=
null
Expand the response
group
Name
Link copied to clipboard
val
groupName
:
String
Name of the resource group
service
Name
Link copied to clipboard
val
serviceName
:
String
Name of the service
task
Name
Link copied to clipboard
val
taskName
:
String
Name of the Task
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetServiceTaskPlainArgs