get Azure Power Shell Script
suspend fun getAzurePowerShellScript(argument: GetAzurePowerShellScriptPlainArgs): GetAzurePowerShellScriptResult
Gets a deployment script with a given name. Uses Azure REST API version 2020-10-01.
Return
Object model for the Azure PowerShell script.
Parameters
argument
null
suspend fun getAzurePowerShellScript(resourceGroupName: String, scriptName: String): GetAzurePowerShellScriptResult
Return
Object model for the Azure PowerShell 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 getAzurePowerShellScript(argument: suspend GetAzurePowerShellScriptPlainArgsBuilder.() -> Unit): GetAzurePowerShellScriptResult
Return
Object model for the Azure PowerShell script.
Parameters
argument
Builder for com.pulumi.azurenative.resources.kotlin.inputs.GetAzurePowerShellScriptPlainArgs.