Uses of Class
com.azure.resourcemanager.compute.models.DiskCreateOptionTypes
-
Packages that use DiskCreateOptionTypes Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of DiskCreateOptionTypes in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as DiskCreateOptionTypes Modifier and Type Field Description static DiskCreateOptionTypesDiskCreateOptionTypes. ATTACHStatic value Attach for DiskCreateOptionTypes.static DiskCreateOptionTypesDiskCreateOptionTypes. EMPTYStatic value Empty for DiskCreateOptionTypes.static DiskCreateOptionTypesDiskCreateOptionTypes. FROM_IMAGEStatic value FromImage for DiskCreateOptionTypes.Methods in com.azure.resourcemanager.compute.models that return DiskCreateOptionTypes Modifier and Type Method Description DiskCreateOptionTypesDataDisk. createOption()Get the createOption property: Specifies how the virtual machine should be created.<br><br> Possible values are:<br><br> **Attach** – This value is used when you are using a specialized disk to create the virtual machine.<br><br> **FromImage** – This value is used when you are using an image to create the virtual machine.DiskCreateOptionTypesOSDisk. createOption()Get the createOption property: Specifies how the virtual machine should be created.<br><br> Possible values are:<br><br> **Attach** – This value is used when you are using a specialized disk to create the virtual machine.<br><br> **FromImage** – This value is used when you are using an image to create the virtual machine.DiskCreateOptionTypesVirtualMachineScaleSetDataDisk. createOption()Get the createOption property: The create option.DiskCreateOptionTypesVirtualMachineScaleSetOSDisk. createOption()Get the createOption property: Specifies how the virtual machines in the scale set should be created.<br><br> The only allowed value is: **FromImage** – This value is used when you are using an image to create the virtual machine.DiskCreateOptionTypesVirtualMachineDataDisk. creationMethod()DiskCreateOptionTypesVirtualMachineUnmanagedDataDisk. creationMethod()static DiskCreateOptionTypesDiskCreateOptionTypes. fromString(String name)Creates or finds a DiskCreateOptionTypes from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DiskCreateOptionTypes Modifier and Type Method Description static Collection<DiskCreateOptionTypes>DiskCreateOptionTypes. values()Methods in com.azure.resourcemanager.compute.models with parameters of type DiskCreateOptionTypes Modifier and Type Method Description DataDiskDataDisk. withCreateOption(DiskCreateOptionTypes createOption)Set the createOption property: Specifies how the virtual machine should be created.<br><br> Possible values are:<br><br> **Attach** – This value is used when you are using a specialized disk to create the virtual machine.<br><br> **FromImage** – This value is used when you are using an image to create the virtual machine.OSDiskOSDisk. withCreateOption(DiskCreateOptionTypes createOption)Set the createOption property: Specifies how the virtual machine should be created.<br><br> Possible values are:<br><br> **Attach** – This value is used when you are using a specialized disk to create the virtual machine.<br><br> **FromImage** – This value is used when you are using an image to create the virtual machine.VirtualMachineScaleSetDataDiskVirtualMachineScaleSetDataDisk. withCreateOption(DiskCreateOptionTypes createOption)Set the createOption property: The create option.VirtualMachineScaleSetOSDiskVirtualMachineScaleSetOSDisk. withCreateOption(DiskCreateOptionTypes createOption)Set the createOption property: Specifies how the virtual machines in the scale set should be created.<br><br> The only allowed value is: **FromImage** – This value is used when you are using an image to create the virtual machine.
-