FullyManagedVersions Class

  • java.lang.Object
    • com.azure.resourcemanager.appnetwork.models.FullyManagedVersions

Implements

public final class FullyManagedVersions
implements JsonSerializable<FullyManagedVersions>

Fully managed versions.

Method Summary

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

Reads an instance of FullyManagedVersions from the JsonReader.

List<ReleaseChannelInfo> releaseChannels()

Get the releaseChannels property: Release channels.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static FullyManagedVersions fromJson(JsonReader jsonReader)

Reads an instance of FullyManagedVersions from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of FullyManagedVersions if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

releaseChannels

public List<ReleaseChannelInfo> releaseChannels()

Get the releaseChannels property: Release channels.

Returns:

the releaseChannels value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to