DRANETProfile Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. DRANETProfile
- com.
Implements
public final class DRANETProfile
implements JsonSerializable<DRANETProfile>
DRANET settings of an agent pool.
Constructor Summary
| Constructor | Description |
|---|---|
| DRANETProfile() |
Creates an instance of DRANETProfile class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static DRANETProfile |
fromJson(JsonReader jsonReader)
Reads an instance of DRANETProfile from the Json |
| DRANETMode |
mode()
Get the mode property: The DRANET mode for the agent pool. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| DRANETProfile |
withMode(DRANETMode mode)
Set the mode property: The DRANET mode for the agent pool. |
Methods inherited from java.lang.Object
Constructor Details
DRANETProfile
public DRANETProfile()
Creates an instance of DRANETProfile class.
Method Details
fromJson
public static DRANETProfile fromJson(JsonReader jsonReader)
Reads an instance of DRANETProfile from the JsonReader.
Parameters:
Returns:
Throws:
mode
public DRANETMode mode()
Get the mode property: The DRANET mode for the agent pool.
Returns:
toJson
validate
public void validate()
Validates the instance.
withMode
public DRANETProfile withMode(DRANETMode mode)
Set the mode property: The DRANET mode for the agent pool.
Parameters:
Returns: