Uses of Class
com.azure.resourcemanager.compute.models.ScheduledEventsProfile
-
Packages that use ScheduledEventsProfile Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 ScheduledEventsProfile Modifier and Type Method Description ScheduledEventsProfileVirtualMachineInner. scheduledEventsProfile()Get the scheduledEventsProfile property: Specifies Scheduled Event related configurations.ScheduledEventsProfileVirtualMachinePropertiesInner. scheduledEventsProfile()Get the scheduledEventsProfile property: Specifies Scheduled Event related configurations.ScheduledEventsProfileVirtualMachineUpdateInner. scheduledEventsProfile()Get the scheduledEventsProfile property: Specifies Scheduled Event related configurations.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ScheduledEventsProfile Modifier and Type Method Description VirtualMachineInnerVirtualMachineInner. withScheduledEventsProfile(ScheduledEventsProfile scheduledEventsProfile)Set the scheduledEventsProfile property: Specifies Scheduled Event related configurations.VirtualMachinePropertiesInnerVirtualMachinePropertiesInner. withScheduledEventsProfile(ScheduledEventsProfile scheduledEventsProfile)Set the scheduledEventsProfile property: Specifies Scheduled Event related configurations.VirtualMachineUpdateInnerVirtualMachineUpdateInner. 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 ScheduledEventsProfile Modifier and Type Method Description ScheduledEventsProfileVirtualMachineScaleSetUpdateVMProfile. scheduledEventsProfile()Get the scheduledEventsProfile property: Specifies Scheduled Event related configurations.ScheduledEventsProfileVirtualMachineScaleSetVMProfile. scheduledEventsProfile()Get the scheduledEventsProfile property: Specifies Scheduled Event related configurations.ScheduledEventsProfileScheduledEventsProfile. withTerminateNotificationProfile(TerminateNotificationProfile terminateNotificationProfile)Set the terminateNotificationProfile property: Specifies Terminate Scheduled Event related configurations.Methods in com.azure.resourcemanager.compute.models with parameters of type ScheduledEventsProfile Modifier and Type Method Description VirtualMachineScaleSetUpdateVMProfileVirtualMachineScaleSetUpdateVMProfile. withScheduledEventsProfile(ScheduledEventsProfile scheduledEventsProfile)Set the scheduledEventsProfile property: Specifies Scheduled Event related configurations.VirtualMachineScaleSetVMProfileVirtualMachineScaleSetVMProfile. withScheduledEventsProfile(ScheduledEventsProfile scheduledEventsProfile)Set the scheduledEventsProfile property: Specifies Scheduled Event related configurations.
-