SchedulerInstanceProfile Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. SchedulerInstanceProfile
- com.
Implements
public final class SchedulerInstanceProfile
implements JsonSerializable<SchedulerInstanceProfile>
Profile with settings related to a specific instance of an AKS-managed scheduler.
Constructor Summary
| Constructor | Description |
|---|---|
| SchedulerInstanceProfile() |
Creates an instance of Scheduler |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Scheduler |
fromJson(JsonReader jsonReader)
Reads an instance of Scheduler |
|
Scheduler |
schedulerConfigMode()
Get the scheduler |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Scheduler |
withSchedulerConfigMode(SchedulerConfigMode schedulerConfigMode)
Set the scheduler |
Methods inherited from java.lang.Object
Constructor Details
SchedulerInstanceProfile
public SchedulerInstanceProfile()
Creates an instance of SchedulerInstanceProfile class.
Method Details
fromJson
public static SchedulerInstanceProfile fromJson(JsonReader jsonReader)
Reads an instance of SchedulerInstanceProfile from the JsonReader.
Parameters:
Returns:
Throws:
schedulerConfigMode
public SchedulerConfigMode schedulerConfigMode()
Get the schedulerConfigMode property: The configuration mode to be used by the AKS-managed scheduler.
Returns:
toJson
validate
public void validate()
Validates the instance.
withSchedulerConfigMode
public SchedulerInstanceProfile withSchedulerConfigMode(SchedulerConfigMode schedulerConfigMode)
Set the schedulerConfigMode property: The configuration mode to be used by the AKS-managed scheduler.
Parameters:
Returns: