Uses of Class
com.azure.resourcemanager.compute.models.UserInitiatedReboot
Packages that use UserInitiatedReboot
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of UserInitiatedReboot in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return UserInitiatedRebootModifier and TypeMethodDescriptionstatic UserInitiatedRebootUserInitiatedReboot.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserInitiatedReboot from the JsonReader.ScheduledEventsPolicy.userInitiatedReboot()Get the userInitiatedReboot property: The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.UserInitiatedReboot.withAutomaticallyApprove(Boolean automaticallyApprove) Set the automaticallyApprove property: Specifies Reboot Scheduled Event related configurations.Methods in com.azure.resourcemanager.compute.models with parameters of type UserInitiatedRebootModifier and TypeMethodDescriptionScheduledEventsPolicy.withUserInitiatedReboot(UserInitiatedReboot userInitiatedReboot) Set the userInitiatedReboot property: The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.