Uses of Class
com.azure.resourcemanager.compute.models.ScheduledEventsProfile
Packages that use ScheduledEventsProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of ScheduledEventsProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ScheduledEventsProfileModifier and TypeMethodDescriptionVirtualMachineInner.scheduledEventsProfile()Get the scheduledEventsProfile property: Specifies Scheduled Event related configurations.VirtualMachinePropertiesInner.scheduledEventsProfile()Get the scheduledEventsProfile property: Specifies Scheduled Event related configurations.VirtualMachineUpdateInner.scheduledEventsProfile()Get the scheduledEventsProfile property: Specifies Scheduled Event related configurations.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ScheduledEventsProfileModifier and TypeMethodDescriptionVirtualMachineInner.withScheduledEventsProfile(ScheduledEventsProfile scheduledEventsProfile) Set the scheduledEventsProfile property: Specifies Scheduled Event related configurations.VirtualMachinePropertiesInner.withScheduledEventsProfile(ScheduledEventsProfile scheduledEventsProfile) Set the scheduledEventsProfile property: Specifies Scheduled Event related configurations.VirtualMachineUpdateInner.withScheduledEventsProfile(ScheduledEventsProfile scheduledEventsProfile) Set the scheduledEventsProfile property: Specifies Scheduled Event related configurations. -
Uses of ScheduledEventsProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ScheduledEventsProfileModifier and TypeMethodDescriptionstatic ScheduledEventsProfileScheduledEventsProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScheduledEventsProfile from the JsonReader.VirtualMachineScaleSetUpdateVMProfile.scheduledEventsProfile()Get the scheduledEventsProfile property: Specifies Scheduled Event related configurations.VirtualMachineScaleSetVMProfile.scheduledEventsProfile()Get the scheduledEventsProfile property: Specifies Scheduled Event related configurations.ScheduledEventsProfile.withOsImageNotificationProfile(OSImageNotificationProfile osImageNotificationProfile) Set the osImageNotificationProfile property: Specifies OS Image Scheduled Event related configurations.ScheduledEventsProfile.withTerminateNotificationProfile(TerminateNotificationProfile terminateNotificationProfile) Set the terminateNotificationProfile property: Specifies Terminate Scheduled Event related configurations.Methods in com.azure.resourcemanager.compute.models with parameters of type ScheduledEventsProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateVMProfile.withScheduledEventsProfile(ScheduledEventsProfile scheduledEventsProfile) Set the scheduledEventsProfile property: Specifies Scheduled Event related configurations.VirtualMachineScaleSetVMProfile.withScheduledEventsProfile(ScheduledEventsProfile scheduledEventsProfile) Set the scheduledEventsProfile property: Specifies Scheduled Event related configurations.