Uses of Class
com.azure.resourcemanager.compute.fluent.models.AvailabilitySetProperties
Packages that use AvailabilitySetProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of AvailabilitySetProperties in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type AvailabilitySetPropertiesModifier and TypeClassDescriptionfinal classThe instance view of a resource.Methods in com.azure.resourcemanager.compute.fluent.models that return AvailabilitySetPropertiesModifier and TypeMethodDescriptionstatic AvailabilitySetPropertiesAvailabilitySetProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AvailabilitySetProperties from the JsonReader.AvailabilitySetProperties.withPlatformFaultDomainCount(Integer platformFaultDomainCount) Set the platformFaultDomainCount property: Fault Domain count.AvailabilitySetProperties.withPlatformUpdateDomainCount(Integer platformUpdateDomainCount) Set the platformUpdateDomainCount property: Update Domain count.AvailabilitySetProperties.withProximityPlacementGroup(com.azure.core.management.SubResource proximityPlacementGroup) Set the proximityPlacementGroup property: Specifies information about the proximity placement group that the availability set should be assigned to.AvailabilitySetProperties.withScheduledEventsPolicy(ScheduledEventsPolicy scheduledEventsPolicy) Set the scheduledEventsPolicy property: Specifies Redeploy, Reboot and ScheduledEventsAdditionalPublishingTargets Scheduled Event related configurations for the availability set.AvailabilitySetProperties.withVirtualMachines(List<com.azure.core.management.SubResource> virtualMachines) Set the virtualMachines property: A list of references to all virtual machines in the availability set.