Uses of Class
com.azure.resourcemanager.compute.models.ScheduledEventsPolicy
Packages that use ScheduledEventsPolicy
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of ScheduledEventsPolicy in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ScheduledEventsPolicyModifier and TypeMethodDescriptionAvailabilitySetInner.scheduledEventsPolicy()Get the scheduledEventsPolicy property: Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the availability set.AvailabilitySetProperties.scheduledEventsPolicy()Get the scheduledEventsPolicy property: Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the availability set.VirtualMachineInner.scheduledEventsPolicy()Get the scheduledEventsPolicy property: Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.VirtualMachinePropertiesInner.scheduledEventsPolicy()Get the scheduledEventsPolicy property: Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.VirtualMachineScaleSetInner.scheduledEventsPolicy()Get the scheduledEventsPolicy property: The ScheduledEventsPolicy.VirtualMachineScaleSetProperties.scheduledEventsPolicy()Get the scheduledEventsPolicy property: The ScheduledEventsPolicy.VirtualMachineUpdateInner.scheduledEventsPolicy()Get the scheduledEventsPolicy property: Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ScheduledEventsPolicyModifier and TypeMethodDescriptionAvailabilitySetInner.withScheduledEventsPolicy(ScheduledEventsPolicy scheduledEventsPolicy) Set the scheduledEventsPolicy property: Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the availability set.AvailabilitySetProperties.withScheduledEventsPolicy(ScheduledEventsPolicy scheduledEventsPolicy) Set the scheduledEventsPolicy property: Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the availability set.VirtualMachineInner.withScheduledEventsPolicy(ScheduledEventsPolicy scheduledEventsPolicy) Set the scheduledEventsPolicy property: Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.VirtualMachinePropertiesInner.withScheduledEventsPolicy(ScheduledEventsPolicy scheduledEventsPolicy) Set the scheduledEventsPolicy property: Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine.VirtualMachineScaleSetInner.withScheduledEventsPolicy(ScheduledEventsPolicy scheduledEventsPolicy) Set the scheduledEventsPolicy property: The ScheduledEventsPolicy.VirtualMachineScaleSetProperties.withScheduledEventsPolicy(ScheduledEventsPolicy scheduledEventsPolicy) Set the scheduledEventsPolicy property: The ScheduledEventsPolicy.VirtualMachineUpdateInner.withScheduledEventsPolicy(ScheduledEventsPolicy scheduledEventsPolicy) Set the scheduledEventsPolicy property: Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the virtual machine. -
Uses of ScheduledEventsPolicy in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type ScheduledEventsPolicyModifier and TypeClassDescriptionfinal classSpecifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations.Methods in com.azure.resourcemanager.compute.models that return ScheduledEventsPolicyModifier and TypeMethodDescriptionstatic ScheduledEventsPolicyScheduledEventsPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScheduledEventsPolicy from the JsonReader.AvailabilitySetUpdate.scheduledEventsPolicy()Get the scheduledEventsPolicy property: Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the availability set.ScheduledEventsPolicy.withAllInstancesDown(AllInstancesDown allInstancesDown) Set the allInstancesDown property: The configuration parameters used while creating AllInstancesDown scheduled event setting creation.ScheduledEventsPolicy.withScheduledEventsAdditionalPublishingTargets(ScheduledEventsAdditionalPublishingTargets scheduledEventsAdditionalPublishingTargets) Set the scheduledEventsAdditionalPublishingTargets property: The configuration parameters used while publishing scheduledEventsAdditionalPublishingTargets.ScheduledEventsPolicy.withUserInitiatedReboot(UserInitiatedReboot userInitiatedReboot) Set the userInitiatedReboot property: The configuration parameters used while creating userInitiatedReboot scheduled event setting creation.ScheduledEventsPolicy.withUserInitiatedRedeploy(UserInitiatedRedeploy userInitiatedRedeploy) Set the userInitiatedRedeploy property: The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.Methods in com.azure.resourcemanager.compute.models with parameters of type ScheduledEventsPolicyModifier and TypeMethodDescriptionAvailabilitySetUpdate.withScheduledEventsPolicy(ScheduledEventsPolicy scheduledEventsPolicy) Set the scheduledEventsPolicy property: Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the availability set.