Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineScaleSet.DefinitionStages.WithManagedCreate
Packages that use VirtualMachineScaleSet.DefinitionStages.WithManagedCreate
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSet.DefinitionStages.WithManagedCreate in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachineScaleSet.DefinitionStages.WithManagedCreate in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the managed disk based virtual machine scale set definition.static interfaceThe entirety of the virtual machine scale set definition.static interfaceThe stage of a Linux virtual machine scale 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 stage of a Linux virtual machine scale 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 stage of a Windows virtual machine scale 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 stage of a Windows virtual machine scale 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.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSet.DefinitionStages.WithManagedCreateModifier and TypeMethodDescriptionVirtualMachineScaleSet.DefinitionStages.WithAvailabilityZone.withAvailabilityZone(AvailabilityZoneId zoneId) Specifies the availability zone for the virtual machine scale set.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withDataDiskDefaultCachingType(CachingTypes cachingType) Specifies the default caching type for the managed data disks.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType) Specifies the default caching type for the managed data disks.VirtualMachineScaleSet.DefinitionStages.WithManagedDataDisk.withNewDataDisk(int sizeInGB) Specifies that a managed disk needs to be created implicitly with the given size.VirtualMachineScaleSet.DefinitionStages.WithManagedDataDisk.withNewDataDisk(int sizeInGB, int lun, CachingTypes cachingType) Specifies that a managed disk needs to be created implicitly with the given settings.VirtualMachineScaleSet.DefinitionStages.WithManagedDataDisk.withNewDataDisk(int sizeInGB, int lun, CachingTypes cachingType, StorageAccountTypes storageAccountType) Specifies that a managed disk needs to be created implicitly with the given settings.VirtualMachineScaleSet.DefinitionStages.WithManagedDataDisk.withNewDataDiskFromImage(int imageLun) Specifies the data disk to be created from the data disk image in the virtual machine image.VirtualMachineScaleSet.DefinitionStages.WithManagedDataDisk.withNewDataDiskFromImage(int imageLun, int newSizeInGB, CachingTypes cachingType) Specifies the data disk to be created from the data disk image in the virtual machine image.VirtualMachineScaleSet.DefinitionStages.WithManagedDataDisk.withNewDataDiskFromImage(int imageLun, int newSizeInGB, CachingTypes cachingType, StorageAccountTypes storageAccountType) Specifies the data disk to be created from the data disk image in the virtual machine image.VirtualMachineScaleSet.DefinitionStages.WithManagedDiskOptionals.withOSDiskStorageAccountType(StorageAccountTypes accountType) Specifies the storage account type for managed OS disk.VirtualMachineScaleSet.DefinitionStages.WithEphemeralOSDisk.withPlacement(DiffDiskPlacement placement) Selects where you want to place the Ephemeral OS disk.