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
Subinterfaces with type arguments of type AvailabilitySet in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure availability set.static interfaceThe stage of an availability set definition which contains all the minimum required inputs for the resource to be created but also allows for any other optional settings to be specified.static interfaceThe template for an availability set update operation, containing all the settings that can be modified.interfaceEntry point to availability set management API.interfaceEntry point to availability set management API.interfaceEntry point to availability set management API.interfaceEntry point to availability set management API.interfaceEntry point to availability set management API.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(com.azure.resourcemanager.resources.fluentcore.model.Creatable<AvailabilitySet> creatable) Specifies definition of a not-yet-created availability set definition to associate the virtual machine with.