OperationResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.security.fluent.models.OperationResultInner

Implements

public final class OperationResultInner
implements JsonSerializable<OperationResultInner>

Long run operation status of governance rule over a given scope.

Method Summary

Modifier and Type Method and Description
static OperationResultInner fromJson(JsonReader jsonReader)

Reads an instance of OperationResultInner from the JsonReader.

OperationResultStatus status()

Get the status property: The status of the long run operation result of governance rule.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

fromJson

public static OperationResultInner fromJson(JsonReader jsonReader)

Reads an instance of OperationResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of OperationResultInner 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 OperationResultInner.

status

public OperationResultStatus status()

Get the status property: The status of the long run operation result of governance rule.

Returns:

the status value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to