Uses of Class
com.azure.resourcemanager.compute.models.OSImageNotificationProfile
Packages that use OSImageNotificationProfile
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of OSImageNotificationProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return OSImageNotificationProfileModifier and TypeMethodDescriptionstatic OSImageNotificationProfileOSImageNotificationProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OSImageNotificationProfile from the JsonReader.ScheduledEventsProfile.osImageNotificationProfile()Get the osImageNotificationProfile property: Specifies OS Image Scheduled Event related configurations.OSImageNotificationProfile.withEnable(Boolean enable) Set the enable property: Specifies whether the OS Image Scheduled event is enabled or disabled.OSImageNotificationProfile.withNotBeforeTimeout(String notBeforeTimeout) Set the notBeforeTimeout property: Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out).Methods in com.azure.resourcemanager.compute.models with parameters of type OSImageNotificationProfileModifier and TypeMethodDescriptionScheduledEventsProfile.withOsImageNotificationProfile(OSImageNotificationProfile osImageNotificationProfile) Set the osImageNotificationProfile property: Specifies OS Image Scheduled Event related configurations.