Class StopRequest
java.lang.Object
com.azure.resourcemanager.workloads.models.StopRequest
Stop SAP Request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhardStop()
Get the hardStop property: A boolean to specify if the SAP system should be hard-stopped.void
validate()
Validates the instance.withHardStop
(Boolean hardStop) Set the hardStop property: A boolean to specify if the SAP system should be hard-stopped.
-
Constructor Details
-
StopRequest
public StopRequest()
-
-
Method Details
-
hardStop
Get the hardStop property: A boolean to specify if the SAP system should be hard-stopped.- Returns:
- the hardStop value.
-
withHardStop
Set the hardStop property: A boolean to specify if the SAP system should be hard-stopped.- Parameters:
hardStop
- the hardStop value to set.- Returns:
- the StopRequest object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-