getUpdateRun

Get a UpdateRun Uses Azure REST API version 2023-03-15-preview. Other available API versions: 2023-06-15-preview, 2023-08-15-preview, 2023-10-15, 2024-02-02-preview, 2024-04-01, 2024-05-02-preview.

Return

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

A multi-stage process to perform update operations across members of a Fleet.

Parameters

fleetName

The name of the Fleet resource.

resourceGroupName

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

updateRunName

The name of the UpdateRun resource.

See also


Return

A multi-stage process to perform update operations across members of a Fleet.

Parameters

argument

Builder for com.pulumi.azurenative.containerservice.kotlin.inputs.GetUpdateRunPlainArgs.

See also