StartRequest Class
- java.
lang. Object - com.
azure. resourcemanager. workloadssapvirtualinstance. models. StartRequest
- com.
Implements
public final class StartRequest
implements JsonSerializable<StartRequest>
Start SAP instance(s) request body.
Constructor Summary
| Constructor | Description |
|---|---|
| StartRequest() |
Creates an instance of Start |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Start |
fromJson(JsonReader jsonReader)
Reads an instance of Start |
| Boolean |
startVm()
Get the start |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Start |
withStartVm(Boolean startVm)
Set the start |
Methods inherited from java.lang.Object
Constructor Details
StartRequest
public StartRequest()
Creates an instance of StartRequest class.
Method Details
fromJson
public static StartRequest fromJson(JsonReader jsonReader)
Reads an instance of StartRequest from the JsonReader.
Parameters:
Returns:
Throws:
startVm
public Boolean startVm()
Get the startVm property: The boolean value indicates whether to start the virtual machines before starting the SAP instances.
Returns:
toJson
validate
public void validate()
Validates the instance.
withStartVm
public StartRequest withStartVm(Boolean startVm)
Set the startVm property: The boolean value indicates whether to start the virtual machines before starting the SAP instances.
Parameters:
Returns: