Share via


ResourcePredictionsProfile Class

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

Implements

public class ResourcePredictionsProfile
implements JsonSerializable<ResourcePredictionsProfile>

Determines how the stand-by scheme should be provided.

Constructor Summary

Constructor Description
ResourcePredictionsProfile()

Creates an instance of ResourcePredictionsProfile class.

Method Summary

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

Reads an instance of ResourcePredictionsProfile from the JsonReader.

ResourcePredictionsProfileType kind()

Get the kind property: Determines how the stand-by scheme should be provided.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ResourcePredictionsProfile

public ResourcePredictionsProfile()

Creates an instance of ResourcePredictionsProfile class.

Method Details

fromJson

public static ResourcePredictionsProfile fromJson(JsonReader jsonReader)

Reads an instance of ResourcePredictionsProfile from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

kind

public ResourcePredictionsProfileType kind()

Get the kind property: Determines how the stand-by scheme should be provided.

Returns:

the kind value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to