pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.core.kotlin
/
TemplateDeploymentArgs
/
TemplateDeploymentArgs
Template
Deployment
Args
fun
TemplateDeploymentArgs
(
deploymentMode
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
parameters
:
Output
<
Map
<
String
,
String
>
>
?
=
null
,
parametersBody
:
Output
<
String
>
?
=
null
,
resourceGroupName
:
Output
<
String
>
?
=
null
,
templateBody
:
Output
<
String
>
?
=
null
)