pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.chaos.kotlin.inputs
/
BranchArgs
Branch
Args
data
class
BranchArgs
(
val
actions
:
Output
<
List
<
Any
>
>
,
val
name
:
Output
<
String
>
)
:
ConvertibleToJava
<
BranchArgs
>
Model that represents a branch in the step.
Constructors
Functions
Properties
Constructors
Branch
Args
Link copied to clipboard
fun
BranchArgs
(
actions
:
Output
<
List
<
Any
>
>
,
name
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
BranchArgs
Properties
actions
Link copied to clipboard
val
actions
:
Output
<
List
<
Any
>
>
List of actions.
name
Link copied to clipboard
val
name
:
Output
<
String
>
String of the branch name.