Uses of Class
com.azure.resourcemanager.compute.models.DiskCreateOptionTypes
Packages that use DiskCreateOptionTypes
Package
Description
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 DiskCreateOptionTypesModifier and TypeFieldDescriptionstatic final DiskCreateOptionTypesDiskCreateOptionTypes.ATTACHStatic value Attach for DiskCreateOptionTypes.static final DiskCreateOptionTypesDiskCreateOptionTypes.COPYStatic value Copy for DiskCreateOptionTypes.static final DiskCreateOptionTypesDiskCreateOptionTypes.EMPTYStatic value Empty for DiskCreateOptionTypes.static final DiskCreateOptionTypesDiskCreateOptionTypes.FROM_IMAGEStatic value FromImage for DiskCreateOptionTypes.static final DiskCreateOptionTypesDiskCreateOptionTypes.RESTOREStatic value Restore for DiskCreateOptionTypes.Methods in com.azure.resourcemanager.compute.models that return DiskCreateOptionTypesModifier and TypeMethodDescriptionDataDisk.createOption()Get the createOption property: Specifies how the virtual machine disk should be created.OSDisk.createOption()Get the createOption property: Specifies how the virtual machine disk should be created.VirtualMachineScaleSetDataDisk.createOption()Get the createOption property: The create option.VirtualMachineScaleSetOSDisk.createOption()Get the createOption property: Specifies how the virtual machines in the scale set should be created.VirtualMachineDataDisk.creationMethod()Gets the creation method used while creating this disk.VirtualMachineUnmanagedDataDisk.creationMethod()Gets the creation method used while creating this disk.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 DiskCreateOptionTypesModifier and TypeMethodDescriptionstatic Collection<DiskCreateOptionTypes> DiskCreateOptionTypes.values()Gets known DiskCreateOptionTypes values.Methods in com.azure.resourcemanager.compute.models with parameters of type DiskCreateOptionTypesModifier and TypeMethodDescriptionDataDisk.withCreateOption(DiskCreateOptionTypes createOption) Set the createOption property: Specifies how the virtual machine disk should be created.OSDisk.withCreateOption(DiskCreateOptionTypes createOption) Set the createOption property: Specifies how the virtual machine disk should be created.VirtualMachineScaleSetDataDisk.withCreateOption(DiskCreateOptionTypes createOption) Set the createOption property: The create option.VirtualMachineScaleSetOSDisk.withCreateOption(DiskCreateOptionTypes createOption) Set the createOption property: Specifies how the virtual machines in the scale set should be created.