MemberUpdateStatus Class
- java.
lang. Object - com.
azure. resourcemanager. containerservicefleet. models. MemberUpdateStatus
- com.
Implements
public final class MemberUpdateStatus
implements JsonSerializable<MemberUpdateStatus>
The status of a member update operation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
clusterResourceId()
Get the cluster |
|
static
Member |
fromJson(JsonReader jsonReader)
Reads an instance of Member |
| String |
message()
Get the message property: The status message after processing the member update operation. |
| String |
name()
Get the name property: The name of the Fleet |
| String |
operationId()
Get the operation |
|
Update |
status()
Get the status property: The status of the Member |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
clusterResourceId
public String clusterResourceId()
Get the clusterResourceId property: The Azure resource id of the target Kubernetes cluster.
Returns:
fromJson
public static MemberUpdateStatus fromJson(JsonReader jsonReader)
Reads an instance of MemberUpdateStatus from the JsonReader.
Parameters:
Returns:
Throws:
message
public String message()
Get the message property: The status message after processing the member update operation.
Returns:
name
public String name()
Get the name property: The name of the FleetMember.
Returns:
operationId
public String operationId()
Get the operationId property: The operation resource id of the latest attempt to perform the operation.
Returns:
status
public UpdateStatus status()
Get the status property: The status of the MemberUpdate operation.
Returns: