GetAzurePowerShellScriptPlainArgs

data class GetAzurePowerShellScriptPlainArgs(val resourceGroupName: String, val scriptName: String) : ConvertibleToJava<GetAzurePowerShellScriptPlainArgs>

Constructors

Link copied to clipboard
fun GetAzurePowerShellScriptPlainArgs(resourceGroupName: String, scriptName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetAzurePowerShellScriptPlainArgs

Properties

Link copied to clipboard

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

Link copied to clipboard

Name of the deployment script.