Class OrchestratorProfile
java.lang.Object
com.microsoft.azure.management.containerservice.OrchestratorProfile
Contains information about orchestrator.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet whether Kubernetes version is currently in preview.Get orchestrator type.Get orchestrator version (major, minor, patch).withIsPreview
(Boolean isPreview) Set whether Kubernetes version is currently in preview.withOrchestratorType
(String orchestratorType) Set orchestrator type.withOrchestratorVersion
(String orchestratorVersion) Set orchestrator version (major, minor, patch).
-
Constructor Details
-
OrchestratorProfile
public OrchestratorProfile()
-
-
Method Details
-
orchestratorType
Get orchestrator type.- Returns:
- the orchestratorType value
-
withOrchestratorType
Set orchestrator type.- Parameters:
orchestratorType
- the orchestratorType value to set- Returns:
- the OrchestratorProfile object itself.
-
orchestratorVersion
Get orchestrator version (major, minor, patch).- Returns:
- the orchestratorVersion value
-
withOrchestratorVersion
Set orchestrator version (major, minor, patch).- Parameters:
orchestratorVersion
- the orchestratorVersion value to set- Returns:
- the OrchestratorProfile object itself.
-
isPreview
Get whether Kubernetes version is currently in preview.- Returns:
- the isPreview value
-
withIsPreview
Set whether Kubernetes version is currently in preview.- Parameters:
isPreview
- the isPreview value to set- Returns:
- the OrchestratorProfile object itself.
-