GetRolloutPlainArgs

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

Constructors

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

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.

Functions

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