MemberUpdateStatus Class

  • java.lang.Object
    • com.azure.resourcemanager.containerservicefleet.models.MemberUpdateStatus

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 clusterResourceId property: The Azure resource id of the target Kubernetes cluster.

static MemberUpdateStatus fromJson(JsonReader jsonReader)

Reads an instance of MemberUpdateStatus from the JsonReader.

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 FleetMember.

String operationId()

Get the operationId property: The operation resource id of the latest attempt to perform the operation.

UpdateStatus status()

Get the status property: The status of the MemberUpdate operation.

JsonWriter 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:

the clusterResourceId value.

fromJson

public static MemberUpdateStatus fromJson(JsonReader jsonReader)

Reads an instance of MemberUpdateStatus from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MemberUpdateStatus if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MemberUpdateStatus.

message

public String message()

Get the message property: The status message after processing the member update operation.

Returns:

the message value.

name

public String name()

Get the name property: The name of the FleetMember.

Returns:

the name value.

operationId

public String operationId()

Get the operationId property: The operation resource id of the latest attempt to perform the operation.

Returns:

the operationId value.

status

public UpdateStatus status()

Get the status property: The status of the MemberUpdate operation.

Returns:

the status value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to