get Azure Cli Script
Gets a deployment script with a given name. Uses Azure REST API version 2020-10-01.
Return
Object model for the Azure CLI script.
Parameters
argument
null
suspend fun getAzureCliScript(resourceGroupName: String, scriptName: String): GetAzureCliScriptResult
Return
Object model for the Azure CLI script.
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
script Name
Name of the deployment script.
See also
suspend fun getAzureCliScript(argument: suspend GetAzureCliScriptPlainArgsBuilder.() -> Unit): GetAzureCliScriptResult
Return
Object model for the Azure CLI script.
Parameters
argument
Builder for com.pulumi.azurenative.resources.kotlin.inputs.GetAzureCliScriptPlainArgs.