MemberUpdateStatusResponse

data class MemberUpdateStatusResponse(val clusterResourceId: String, val name: String, val operationId: String, val status: UpdateStatusResponse)

The status of a member update operation.

Constructors

Link copied to clipboard
constructor(clusterResourceId: String, name: String, operationId: String, status: UpdateStatusResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure resource id of the target Kubernetes cluster.

Link copied to clipboard

The name of the FleetMember.

Link copied to clipboard

The operation resource id of the latest attempt to perform the operation.

Link copied to clipboard

The status of the MemberUpdate operation.