Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineScaleSet.DefinitionStages.WithAdditionalCapabilities
-
Packages that use VirtualMachineScaleSet.DefinitionStages.WithAdditionalCapabilities Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineScaleSet.DefinitionStages.WithAdditionalCapabilities in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachineScaleSet.DefinitionStages.WithAdditionalCapabilities in com.azure.resourcemanager.compute.models Modifier and Type Interface Description static interfaceVirtualMachineScaleSet.DefinitionManagedThe entirety of the managed disk based virtual machine scale set definition.static interfaceVirtualMachineScaleSet.DefinitionManagedOrUnmanagedThe entirety of the virtual machine scale set definition.static interfaceVirtualMachineScaleSet.DefinitionSharedThe virtual machine scale set stages shared between managed and unmanaged based virtual machine scale set definitions.static interfaceVirtualMachineScaleSet.DefinitionStages.WithDoNotRunExtensionsOnOverprovisionedVmsThe stage of a virtual machine scale set definition allowing to set when Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept.static interfaceVirtualMachineScaleSet.DefinitionStages.WithProximityPlacementGroupThe stage of a virtual machine scale set definition allowing to set information about the proximity placement group that the virtual machine scale set should be assigned to.static interfaceVirtualMachineScaleSet.DefinitionUnmanagedThe entirety of the unmanaged disk based virtual machine scale set definition.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSet.DefinitionStages.WithAdditionalCapabilities Modifier and Type Method Description VirtualMachineScaleSet.DefinitionStages.WithAdditionalCapabilitiesVirtualMachineScaleSet.DefinitionStages.WithDoNotRunExtensionsOnOverprovisionedVms. withDoNotRunExtensionsOnOverprovisionedVMs(Boolean doNotRunExtensionsOnOverprovisionedVMs)Set when Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept.
-