Class OrchestratorVersionProfileProperties
java.lang.Object
com.azure.resourcemanager.containerservice.fluent.models.OrchestratorVersionProfileProperties
The properties of an orchestrator version profile.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of OrchestratorVersionProfileProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the orchestrators property: List of orchestrator version profiles.voidvalidate()Validates the instance.withOrchestrators(List<OrchestratorVersionProfile> orchestrators) Set the orchestrators property: List of orchestrator version profiles.
-
Constructor Details
-
OrchestratorVersionProfileProperties
public OrchestratorVersionProfileProperties()Creates an instance of OrchestratorVersionProfileProperties class.
-
-
Method Details
-
orchestrators
Get the orchestrators property: List of orchestrator version profiles.- Returns:
- the orchestrators value.
-
withOrchestrators
public OrchestratorVersionProfileProperties withOrchestrators(List<OrchestratorVersionProfile> orchestrators) Set the orchestrators property: List of orchestrator version profiles.- Parameters:
orchestrators- the orchestrators value to set.- Returns:
- the OrchestratorVersionProfileProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-