Class OrchestratorVersionProfileListResultInner
java.lang.Object
com.azure.resourcemanager.containerservice.fluent.models.OrchestratorVersionProfileListResultInner
The list of versions for supported orchestrators.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionid()Get the id property: Id of the orchestrator version profile list result.name()Get the name property: Name of the orchestrator version profile list result.Get the orchestrators property: List of orchestrator version profiles.type()Get the type property: Type of the orchestrator version profile list result.voidvalidate()Validates the instance.withOrchestrators(List<OrchestratorVersionProfile> orchestrators) Set the orchestrators property: List of orchestrator version profiles.
-
Constructor Details
-
OrchestratorVersionProfileListResultInner
public OrchestratorVersionProfileListResultInner()
-
-
Method Details
-
id
Get the id property: Id of the orchestrator version profile list result.- Returns:
- the id value.
-
name
Get the name property: Name of the orchestrator version profile list result.- Returns:
- the name value.
-
type
Get the type property: Type of the orchestrator version profile list result.- Returns:
- the type value.
-
orchestrators
Get the orchestrators property: List of orchestrator version profiles.- Returns:
- the orchestrators value.
-
withOrchestrators
public OrchestratorVersionProfileListResultInner withOrchestrators(List<OrchestratorVersionProfile> orchestrators) Set the orchestrators property: List of orchestrator version profiles.- Parameters:
orchestrators- the orchestrators value to set.- Returns:
- the OrchestratorVersionProfileListResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-