GetRolloutPlainArgs

data class GetRolloutPlainArgs(val resourceGroupName: String, val retryAttempt: Int? = null, val rolloutName: String) : ConvertibleToJava<GetRolloutPlainArgs>

Constructors

Link copied to clipboard
fun GetRolloutPlainArgs(resourceGroupName: String, retryAttempt: Int? = null, rolloutName: String)

Functions

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

Properties

Link copied to clipboard

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

Link copied to clipboard
val retryAttempt: Int? = null

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

Link copied to clipboard

The rollout name.