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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type DataDisksToDetachModifier and TypeClassDescriptionfinal classDescribes the data disk to be detached.Methods in com.azure.resourcemanager.compute.models that return DataDisksToDetachModifier and TypeMethodDescriptionstatic DataDisksToDetachDataDisksToDetach.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DataDisksToDetach from the JsonReader.DataDisksToDetach.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.