Orchestrators Class

  • java.lang.Object
    • com.azure.resourcemanager.delegatednetwork.models.Orchestrators

Implements

public final class Orchestrators
implements JsonSerializable<Orchestrators>

An array of OrchestratorInstance resources.

Constructor Summary

Constructor Description
Orchestrators()

Creates an instance of Orchestrators class.

Method Summary

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

Reads an instance of Orchestrators from the JsonReader.

String nextLink()

Get the nextLink property: The URL to get the next set of orchestrators.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<OrchestratorInner> value()

Get the value property: An array of OrchestratorInstance resources.

Orchestrators withValue(List<OrchestratorInner> value)

Set the value property: An array of OrchestratorInstance resources.

Methods inherited from java.lang.Object

Constructor Details

Orchestrators

public Orchestrators()

Creates an instance of Orchestrators class.

Method Details

fromJson

public static Orchestrators fromJson(JsonReader jsonReader)

Reads an instance of Orchestrators from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: The URL to get the next set of orchestrators.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<OrchestratorInner> value()

Get the value property: An array of OrchestratorInstance resources.

Returns:

the value value.

withValue

public Orchestrators withValue(List<OrchestratorInner> value)

Set the value property: An array of OrchestratorInstance resources.

Parameters:

value - the value value to set.

Returns:

the Orchestrators object itself.

Applies to