toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.deploymentmanager.kotlin.inputs
/
GetStepPlainArgs
Get
Step
Plain
Args
data
class
GetStepPlainArgs
(
val
resourceGroupName
:
String
,
val
stepName
:
String
)
:
ConvertibleToJava
<
GetStepPlainArgs
>
Members
Constructors
Get
Step
Plain
Args
Link copied to clipboard
constructor
(
resourceGroupName
:
String
,
stepName
:
String
)
Properties
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The name of the resource group. The name is case insensitive.
step
Name
Link copied to clipboard
val
stepName
:
String
The name of the deployment step.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetStepPlainArgs