getAzurePowerShellScript

Gets a deployment script with a given name. Uses Azure REST API version 2023-08-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

resourceGroupName

The name of the resource group. The name is case insensitive.

scriptName

Name of the deployment script.

See also


Return

Object model for the Azure PowerShell script.

Parameters

argument

Builder for com.pulumi.azurenative.resources.kotlin.inputs.GetAzurePowerShellScriptPlainArgs.

See also