get Azure Power Shell Script
suspend fun getAzurePowerShellScript(argument: GetAzurePowerShellScriptPlainArgs): GetAzurePowerShellScriptResult
Gets a deployment script with a given name. 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.
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 getAzurePowerShellScript(argument: suspend GetAzurePowerShellScriptPlainArgsBuilder.() -> Unit): GetAzurePowerShellScriptResult
Return
Object model for the Azure PowerShell script.
See also
Parameters
argument
Builder for com.pulumi.azurenative.resources.kotlin.inputs.GetAzurePowerShellScriptPlainArgs.