MemberUpdateStatus interface
The status of a member update operation.
Properties
cluster |
The Azure resource id of the target Kubernetes cluster. NOTE: This property will not be serialized. It can only be populated by the server. |
message | The status message after processing the member update operation. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the FleetMember. NOTE: This property will not be serialized. It can only be populated by the server. |
operation |
The operation resource id of the latest attempt to perform the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The status of the MemberUpdate operation. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
clusterResourceId
The Azure resource id of the target Kubernetes cluster. NOTE: This property will not be serialized. It can only be populated by the server.
clusterResourceId?: string
Property Value
string
message
The status message after processing the member update operation. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
name
The name of the FleetMember. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
operationId
The operation resource id of the latest attempt to perform the operation. NOTE: This property will not be serialized. It can only be populated by the server.
operationId?: string
Property Value
string
status
The status of the MemberUpdate operation. NOTE: This property will not be serialized. It can only be populated by the server.
status?: UpdateStatus