pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.storageactions.kotlin.inputs
/
ElseConditionArgs
Else
Condition
Args
data
class
ElseConditionArgs
(
val
operations
:
Output
<
List
<
StorageTaskOperationArgs
>
>
)
:
ConvertibleToJava
<
ElseConditionArgs
>
The else block of storage task operation
Constructors
Functions
Properties
Constructors
Else
Condition
Args
Link copied to clipboard
fun
ElseConditionArgs
(
operations
:
Output
<
List
<
StorageTaskOperationArgs
>
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ElseConditionArgs
Properties
operations
Link copied to clipboard
val
operations
:
Output
<
List
<
StorageTaskOperationArgs
>
>
List of operations to execute in the else block