Class OrchestratorVersionProfileProperties
- java.lang.Object
-
- com.azure.resourcemanager.containerservice.fluent.models.OrchestratorVersionProfileProperties
-
public final class OrchestratorVersionProfileProperties extends Object
The properties of an orchestrator version profile.
-
-
Constructor Summary
Constructors Constructor Description OrchestratorVersionProfileProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OrchestratorVersionProfile>orchestrators()Get the orchestrators property: List of orchestrator version profiles.voidvalidate()Validates the instance.OrchestratorVersionProfilePropertieswithOrchestrators(List<OrchestratorVersionProfile> orchestrators)Set the orchestrators property: List of orchestrator version profiles.
-
-
-
Method Detail
-
orchestrators
public List<OrchestratorVersionProfile> 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.
-
-