Uses of Class
com.azure.resourcemanager.compute.models.UserInitiatedRedeploy
Packages that use UserInitiatedRedeploy
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of UserInitiatedRedeploy in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type UserInitiatedRedeployModifier and TypeClassDescriptionfinal classSpecifies Redeploy related Scheduled Event related configurations.Methods in com.azure.resourcemanager.compute.models that return UserInitiatedRedeployModifier and TypeMethodDescriptionstatic UserInitiatedRedeployUserInitiatedRedeploy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UserInitiatedRedeploy from the JsonReader.ScheduledEventsPolicy.userInitiatedRedeploy()Get the userInitiatedRedeploy property: The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.UserInitiatedRedeploy.withAutomaticallyApprove(Boolean automaticallyApprove) Set the automaticallyApprove property: Specifies Redeploy Scheduled Event related configurations.Methods in com.azure.resourcemanager.compute.models with parameters of type UserInitiatedRedeployModifier and TypeMethodDescriptionScheduledEventsPolicy.withUserInitiatedRedeploy(UserInitiatedRedeploy userInitiatedRedeploy) Set the userInitiatedRedeploy property: The configuration parameters used while creating userInitiatedRedeploy scheduled event setting creation.