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