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
Subclasses with type arguments of type DiskDetachOptionTypes in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classSpecifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine.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.DataDisksToDetach.detachOption()Get the detachOption property: Supported options available for Detach of a disk from a VM.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.DataDisksToDetach.withDetachOption(DiskDetachOptionTypes detachOption) Set the detachOption property: Supported options available for Detach of a disk from a VM.