Resource Deployment Script Power Shell Environment Variable
data class ResourceDeploymentScriptPowerShellEnvironmentVariable(val name: String, val secureValue: String? = null, val value: String? = null)
Constructors
Link copied to clipboard
fun ResourceDeploymentScriptPowerShellEnvironmentVariable(name: String, secureValue: String? = null, value: String? = null)