UserInitiatedReboot Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. UserInitiatedReboot
- com.
Implements
public final class UserInitiatedReboot
implements JsonSerializable<UserInitiatedReboot>
Specifies Reboot related Scheduled Event related configurations.
Constructor Summary
| Constructor | Description |
|---|---|
| UserInitiatedReboot() |
Creates an instance of User |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
automaticallyApprove()
Get the automatically |
|
static
User |
fromJson(JsonReader jsonReader)
Reads an instance of User |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
User |
withAutomaticallyApprove(Boolean automaticallyApprove)
Set the automatically |
Methods inherited from java.lang.Object
Constructor Details
UserInitiatedReboot
public UserInitiatedReboot()
Creates an instance of UserInitiatedReboot class.
Method Details
automaticallyApprove
public Boolean automaticallyApprove()
Get the automaticallyApprove property: Specifies Reboot Scheduled Event related configurations.
Returns:
fromJson
public static UserInitiatedReboot fromJson(JsonReader jsonReader)
Reads an instance of UserInitiatedReboot from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAutomaticallyApprove
public UserInitiatedReboot withAutomaticallyApprove(Boolean automaticallyApprove)
Set the automaticallyApprove property: Specifies Reboot Scheduled Event related configurations.
Parameters:
Returns: