Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachine.DefinitionStages.WithOS
-
Packages that use VirtualMachine.DefinitionStages.WithOS Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachine.DefinitionStages.WithOS in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachine.DefinitionStages.WithOS in com.azure.resourcemanager.compute.models Modifier and Type Interface Description static interfaceVirtualMachine.DefinitionManagedThe entirety of the managed disk based virtual machine definition.static interfaceVirtualMachine.DefinitionManagedOrUnmanagedThe entirety of the virtual machine definition.static interfaceVirtualMachine.DefinitionSharedThe virtual machine scale set stages shared between managed and unmanaged based virtual machine definitions.static interfaceVirtualMachine.DefinitionStages.WithProximityPlacementGroupThe stage of a virtual machine definition allowing to set information about the proximity placement group that the virtual machine scale set should be assigned to.static interfaceVirtualMachine.DefinitionUnmanagedThe entirety of the unmanaged disk based virtual machine definition.Methods in com.azure.resourcemanager.compute.models that return VirtualMachine.DefinitionStages.WithOS Modifier and Type Method Description VirtualMachine.DefinitionStages.WithOSVirtualMachine.DefinitionStages.WithProximityPlacementGroup. withNewProximityPlacementGroup(String proximityPlacementGroupName, ProximityPlacementGroupType type)Creates a new proximity placement gruup witht he specified name and then adds it to the VM.VirtualMachine.DefinitionStages.WithOSVirtualMachine.DefinitionStages.WithProximityPlacementGroup. withProximityPlacementGroup(String promixityPlacementGroupId)Set information about the proximity placement group that the virtual machine scale set should be assigned to.
-