Uses of Class
com.azure.resourcemanager.compute.models.DiskDetachOptionTypes
-
Packages that use DiskDetachOptionTypes Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of DiskDetachOptionTypes in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as DiskDetachOptionTypes Modifier and Type Field Description static DiskDetachOptionTypesDiskDetachOptionTypes. FORCE_DETACHStatic value ForceDetach for DiskDetachOptionTypes.Methods in com.azure.resourcemanager.compute.models that return DiskDetachOptionTypes Modifier and Type Method Description DiskDetachOptionTypesDataDisk. detachOption()Get the detachOption property: Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine.static DiskDetachOptionTypesDiskDetachOptionTypes. fromString(String name)Creates or finds a DiskDetachOptionTypes from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DiskDetachOptionTypes Modifier and Type Method Description static Collection<DiskDetachOptionTypes>DiskDetachOptionTypes. values()Methods in com.azure.resourcemanager.compute.models with parameters of type DiskDetachOptionTypes Modifier and Type Method Description DataDiskDataDisk. withDetachOption(DiskDetachOptionTypes detachOption)Set the detachOption property: Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine.
-