OrchestratorProfile Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. OrchestratorProfile
- com.
Implements
public final class OrchestratorProfile
implements JsonSerializable<OrchestratorProfile>
Contains information about orchestrator.
Constructor Summary
Constructor | Description |
---|---|
OrchestratorProfile() |
Creates an instance of Orchestrator |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Orchestrator |
fromJson(JsonReader jsonReader)
Reads an instance of Orchestrator |
Boolean |
isPreview()
Get the is |
String |
orchestratorType()
Get the orchestrator |
String |
orchestratorVersion()
Get the orchestrator |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Orchestrator |
withIsPreview(Boolean isPreview)
Set the is |
Orchestrator |
withOrchestratorType(String orchestratorType)
Set the orchestrator |
Orchestrator |
withOrchestratorVersion(String orchestratorVersion)
Set the orchestrator |
Methods inherited from java.lang.Object
Constructor Details
OrchestratorProfile
public OrchestratorProfile()
Creates an instance of OrchestratorProfile class.
Method Details
fromJson
public static OrchestratorProfile fromJson(JsonReader jsonReader)
Reads an instance of OrchestratorProfile from the JsonReader.
Parameters:
Returns:
Throws:
isPreview
public Boolean isPreview()
Get the isPreview property: Whether Kubernetes version is currently in preview.
Returns:
orchestratorType
public String orchestratorType()
Get the orchestratorType property: Orchestrator type.
Returns:
orchestratorVersion
public String orchestratorVersion()
Get the orchestratorVersion property: Orchestrator version (major, minor, patch).
Returns:
toJson
validate
public void validate()
Validates the instance.
withIsPreview
public OrchestratorProfile withIsPreview(Boolean isPreview)
Set the isPreview property: Whether Kubernetes version is currently in preview.
Parameters:
Returns:
withOrchestratorType
public OrchestratorProfile withOrchestratorType(String orchestratorType)
Set the orchestratorType property: Orchestrator type.
Parameters:
Returns:
withOrchestratorVersion
public OrchestratorProfile withOrchestratorVersion(String orchestratorVersion)
Set the orchestratorVersion property: Orchestrator version (major, minor, patch).
Parameters:
Returns:
Applies to
Azure SDK for Java