ApiOperationProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.storagecache.fluent.models.ApiOperationProperties

Implements

public final class ApiOperationProperties
implements JsonSerializable<ApiOperationProperties>

Additional details about an operation.

Method Summary

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

Reads an instance of ApiOperationProperties from the JsonReader.

ApiOperationPropertiesServiceSpecification serviceSpecification()

Get the serviceSpecification property: Specification of the all the metrics provided for a resource type.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static ApiOperationProperties fromJson(JsonReader jsonReader)

Reads an instance of ApiOperationProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

serviceSpecification

public ApiOperationPropertiesServiceSpecification serviceSpecification()

Get the serviceSpecification property: Specification of the all the metrics provided for a resource type.

Returns:

the serviceSpecification value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to