Uses of Class
com.azure.resourcemanager.compute.models.AllInstancesDown
Packages that use AllInstancesDown
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of AllInstancesDown in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type AllInstancesDownModifier and TypeClassDescriptionfinal classSpecifies if Scheduled Events should be auto-approved when all instances are down.Methods in com.azure.resourcemanager.compute.models that return AllInstancesDownModifier and TypeMethodDescriptionScheduledEventsPolicy.allInstancesDown()Get the allInstancesDown property: The configuration parameters used while creating AllInstancesDown scheduled event setting creation.static AllInstancesDownAllInstancesDown.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AllInstancesDown from the JsonReader.AllInstancesDown.withAutomaticallyApprove(Boolean automaticallyApprove) Set the automaticallyApprove property: Specifies if Scheduled Events should be auto-approved when all instances are down. its default value is true.Methods in com.azure.resourcemanager.compute.models with parameters of type AllInstancesDownModifier and TypeMethodDescriptionScheduledEventsPolicy.withAllInstancesDown(AllInstancesDown allInstancesDown) Set the allInstancesDown property: The configuration parameters used while creating AllInstancesDown scheduled event setting creation.