getStep

suspend fun getStep(argument: GetStepPlainArgs): GetStepResult

The resource representation of a rollout step. API Version: 2019-11-01-preview.

Return

The resource representation of a rollout step.

Parameters

argument

null


suspend fun getStep(resourceGroupName: String, stepName: String): GetStepResult

Return

The resource representation of a rollout step.

Parameters

resourceGroupName

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

stepName

The name of the deployment step.

See also


suspend fun getStep(argument: suspend GetStepPlainArgsBuilder.() -> Unit): GetStepResult

Return

The resource representation of a rollout step.

Parameters

argument

Builder for com.pulumi.azurenative.deploymentmanager.kotlin.inputs.GetStepPlainArgs.

See also