Uses of Class
com.azure.resourcemanager.compute.models.DataDisksToDetach
Packages that use DataDisksToDetach
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of DataDisksToDetach in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return DataDisksToDetachModifier and TypeMethodDescriptionDataDisksToDetach.withDetachOption(DiskDetachOptionTypes detachOption) Set the detachOption property: Supported options available for Detach of a disk from a VM.DataDisksToDetach.withDiskId(String diskId) Set the diskId property: ID of the managed data disk.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DataDisksToDetachModifier and TypeMethodDescriptionAttachDetachDataDisksRequest.dataDisksToDetach()Get the dataDisksToDetach property: The list of managed data disks to be detached.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type DataDisksToDetachModifier and TypeMethodDescriptionAttachDetachDataDisksRequest.withDataDisksToDetach(List<DataDisksToDetach> dataDisksToDetach) Set the dataDisksToDetach property: The list of managed data disks to be detached.