OperationEntityInner Class

  • java.lang.Object
    • com.azure.resourcemanager.storagesync.fluent.models.OperationEntityInner

Implements

public final class OperationEntityInner
implements JsonSerializable<OperationEntityInner>

The operation supported by storage sync.

Method Summary

Modifier and Type Method and Description
OperationDisplayInfo display()

Get the display property: The operation supported by storage sync.

static OperationEntityInner fromJson(JsonReader jsonReader)

Reads an instance of OperationEntityInner from the JsonReader.

String name()

Get the name property: Operation name: {provider}/{resource}/{operation}.

String origin()

Get the origin property: The origin.

OperationProperties properties()

Get the properties property: Properties of the operations resource.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

display

public OperationDisplayInfo display()

Get the display property: The operation supported by storage sync.

Returns:

the display value.

fromJson

public static OperationEntityInner fromJson(JsonReader jsonReader)

Reads an instance of OperationEntityInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

name

public String name()

Get the name property: Operation name: {provider}/{resource}/{operation}.

Returns:

the name value.

origin

public String origin()

Get the origin property: The origin.

Returns:

the origin value.

properties

public OperationProperties properties()

Get the properties property: Properties of the operations resource.

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to