Resource Deployment Script Power Shell Args Builder
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun container(argument: suspend ResourceDeploymentScriptPowerShellContainerArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun environmentVariables(value: Output<List<ResourceDeploymentScriptPowerShellEnvironmentVariableArgs>>)
suspend fun environmentVariables(vararg values: ResourceDeploymentScriptPowerShellEnvironmentVariableArgs)
suspend fun environmentVariables(vararg values: Output<ResourceDeploymentScriptPowerShellEnvironmentVariableArgs>)
suspend fun environmentVariables(vararg argument: suspend ResourceDeploymentScriptPowerShellEnvironmentVariableArgsBuilder.() -> Unit)
suspend fun environmentVariables(value: List<ResourceDeploymentScriptPowerShellEnvironmentVariableArgs>?)
suspend fun environmentVariables(values: List<Output<ResourceDeploymentScriptPowerShellEnvironmentVariableArgs>>)
suspend fun environmentVariables(argument: List<suspend ResourceDeploymentScriptPowerShellEnvironmentVariableArgsBuilder.() -> Unit>)
suspend fun environmentVariables(argument: suspend ResourceDeploymentScriptPowerShellEnvironmentVariableArgsBuilder.() -> Unit)
Link copied to clipboard
Link copied to clipboard
suspend fun identity(argument: suspend ResourceDeploymentScriptPowerShellIdentityArgsBuilder.() -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun storageAccount(argument: suspend ResourceDeploymentScriptPowerShellStorageAccountArgsBuilder.() -> Unit)
Link copied to clipboard