get Update Run
Get a UpdateRun Azure REST API version: 2023-03-15-preview.
Return
An UpdateRun is a multi-stage process to perform update operations across members of a Fleet.
Parameters
argument
null
suspend fun getUpdateRun(fleetName: String, resourceGroupName: String, updateRunName: String): GetUpdateRunResult
Return
An UpdateRun is a multi-stage process to perform update operations across members of a Fleet.
See also
Parameters
fleet Name
The name of the Fleet resource.
resource Group Name
The name of the resource group. The name is case insensitive.
update Run Name
The name of the UpdateRun resource.
suspend fun getUpdateRun(argument: suspend GetUpdateRunPlainArgsBuilder.() -> Unit): GetUpdateRunResult
Return
An UpdateRun is a multi-stage process to perform update operations across members of a Fleet.
See also
Parameters
argument
Builder for com.pulumi.azurenative.containerservice.kotlin.inputs.GetUpdateRunPlainArgs.