Orchestrators Class
- java.
lang. Object - com.
azure. resourcemanager. delegatednetwork. models. Orchestrators
- com.
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 Json |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Orchestrator |
value()
Get the value property: An array of Orchestrator |
| Orchestrators |
withValue(List<OrchestratorInner> value)
Set the value property: An array of Orchestrator |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of orchestrators.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<OrchestratorInner> value()
Get the value property: An array of OrchestratorInstance resources.
Returns:
withValue
public Orchestrators withValue(List<OrchestratorInner> value)
Set the value property: An array of OrchestratorInstance resources.
Parameters:
Returns: