Uses of Class
com.azure.resourcemanager.compute.models.DiskDetachOptionTypes
Packages that use DiskDetachOptionTypes
Package
Description
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 DiskDetachOptionTypesModifier and TypeFieldDescriptionstatic final DiskDetachOptionTypesDiskDetachOptionTypes.FORCE_DETACHStatic value ForceDetach for DiskDetachOptionTypes.Methods in com.azure.resourcemanager.compute.models that return DiskDetachOptionTypesModifier and TypeMethodDescriptionDataDisk.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 DiskDetachOptionTypesModifier and TypeMethodDescriptionstatic Collection<DiskDetachOptionTypes>DiskDetachOptionTypes.values()Gets known DiskDetachOptionTypes values.Methods in com.azure.resourcemanager.compute.models with parameters of type DiskDetachOptionTypesModifier and TypeMethodDescriptionDataDisk.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.