get Deployment Script
Deprecated
Please use one of the variants: AzureCliScript, AzurePowerShellScript.
Deployment script object. API Version: 2020-10-01.
Return
Deployment script object.
Parameters
argument
null
suspend fun getDeploymentScript(resourceGroupName: String, scriptName: String): GetDeploymentScriptResult
Deprecated
Please use one of the variants: AzureCliScript, AzurePowerShellScript.
Return
Deployment script object.
See also
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
script Name
Name of the deployment script.
suspend fun getDeploymentScript(argument: suspend GetDeploymentScriptPlainArgsBuilder.() -> Unit): GetDeploymentScriptResult
Deprecated
Please use one of the variants: AzureCliScript, AzurePowerShellScript.
Return
Deployment script object.
See also
Parameters
argument
Builder for com.pulumi.azurenative.resources.kotlin.inputs.GetDeploymentScriptPlainArgs.