OperationProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.storagesync.models.OperationProperties

Implements

public final class OperationProperties
implements JsonSerializable<OperationProperties>

Properties of the operations resource.

Method Summary

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

Reads an instance of OperationProperties from the JsonReader.

OperationResourceServiceSpecification serviceSpecification()

Get the serviceSpecification property: Service specification for the operations resource.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static OperationProperties fromJson(JsonReader jsonReader)

Reads an instance of OperationProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

serviceSpecification

public OperationResourceServiceSpecification serviceSpecification()

Get the serviceSpecification property: Service specification for the operations resource.

Returns:

the serviceSpecification value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to