Uses of Interface
com.azure.resourcemanager.compute.models.AvailabilitySet
Packages that use AvailabilitySet
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of AvailabilitySet in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models with parameters of type AvailabilitySetModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithAvailabilitySet.withExistingAvailabilitySet(AvailabilitySet availabilitySet) Specifies an existing availability set to associate with the virtual machine.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type AvailabilitySetModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithAvailabilitySet.withNewAvailabilitySet(Creatable<AvailabilitySet> creatable) Specifies definition of a not-yet-created availability set definition to associate the virtual machine with.