Share via


ResourcePredictions Class

  • java.lang.Object
    • com.azure.resourcemanager.devopsinfrastructure.models.ResourcePredictions

Implements

public final class ResourcePredictions
implements JsonSerializable<ResourcePredictions>

Defines pool buffer.

Constructor Summary

Constructor Description
ResourcePredictions()

Creates an instance of ResourcePredictions class.

Method Summary

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

Reads an instance of ResourcePredictions from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ResourcePredictions

public ResourcePredictions()

Creates an instance of ResourcePredictions class.

Method Details

fromJson

public static ResourcePredictions fromJson(JsonReader jsonReader)

Reads an instance of ResourcePredictions from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to