GetDeploymentScriptPlainArgs

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

Constructors

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

Functions

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

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.