GetUpdateRunResult

data class GetUpdateRunResult(val azureApiVersion: String, val eTag: String, val id: String, val managedClusterUpdate: ManagedClusterUpdateResponse, val name: String, val provisioningState: String, val status: UpdateRunStatusResponse, val strategy: UpdateRunStrategyResponse? = null, val systemData: SystemDataResponse, val type: String, val updateStrategyId: String? = null)

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

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, eTag: String, id: String, managedClusterUpdate: ManagedClusterUpdateResponse, name: String, provisioningState: String, status: UpdateRunStatusResponse, strategy: UpdateRunStrategyResponse? = null, systemData: SystemDataResponse, type: String, updateStrategyId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The update to be applied to all clusters in the UpdateRun. The managedClusterUpdate can be modified until the run is started.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The provisioning state of the UpdateRun resource.

Link copied to clipboard

The status of the UpdateRun.

Link copied to clipboard

The strategy defines the order in which the clusters will be updated. If not set, all members will be updated sequentially. The UpdateRun status will show a single UpdateStage and a single UpdateGroup targeting all members. The strategy of the UpdateRun can be modified until the run is started.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

The resource id of the FleetUpdateStrategy resource to reference. When creating a new run, there are three ways to define a strategy for the run: