OrchestratorVersionProfileListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. fluent. models. OrchestratorVersionProfileListResultInner
- com.
Implements
public final class OrchestratorVersionProfileListResultInner
implements JsonSerializable<OrchestratorVersionProfileListResultInner>
The list of versions for supported orchestrators.
Constructor Summary
Constructor | Description |
---|---|
OrchestratorVersionProfileListResultInner() |
Creates an instance of Orchestrator |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Orchestrator |
fromJson(JsonReader jsonReader)
Reads an instance of Orchestrator |
String |
id()
Get the id property: Id of the orchestrator version profile list result. |
String |
name()
Get the name property: Name of the orchestrator version profile list result. |
List<Orchestrator |
orchestrators()
Get the orchestrators property: List of orchestrator version profiles. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: Type of the orchestrator version profile list result. |
void |
validate()
Validates the instance. |
Orchestrator |
withOrchestrators(List<OrchestratorVersionProfile> orchestrators)
Set the orchestrators property: List of orchestrator version profiles. |
Methods inherited from java.lang.Object
Constructor Details
OrchestratorVersionProfileListResultInner
public OrchestratorVersionProfileListResultInner()
Creates an instance of OrchestratorVersionProfileListResultInner class.
Method Details
fromJson
public static OrchestratorVersionProfileListResultInner fromJson(JsonReader jsonReader)
Reads an instance of OrchestratorVersionProfileListResultInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Id of the orchestrator version profile list result.
Returns:
name
public String name()
Get the name property: Name of the orchestrator version profile list result.
Returns:
orchestrators
public List
Get the orchestrators property: List of orchestrator version profiles.
Returns:
toJson
type
public String type()
Get the type property: Type of the orchestrator version profile list result.
Returns:
validate
public void validate()
Validates the instance.
withOrchestrators
public OrchestratorVersionProfileListResultInner withOrchestrators(List
Set the orchestrators property: List of orchestrator version profiles.
Parameters:
Returns:
Applies to
Azure SDK for Java