getRollout

Defines the PUT rollout request body. API Version: 2019-11-01-preview.

Return

Defines the rollout.

Parameters

argument

null


suspend fun getRollout(resourceGroupName: String, retryAttempt: Int? = null, rolloutName: String): GetRolloutResult

Return

Defines the rollout.

Parameters

resourceGroupName

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

retryAttempt

Rollout retry attempt ordinal to get the result of. If not specified, result of the latest attempt will be returned.

rolloutName

The rollout name.

See also


suspend fun getRollout(argument: suspend GetRolloutPlainArgsBuilder.() -> Unit): GetRolloutResult

Return

Defines the rollout.

Parameters

argument

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

See also