Uses of Class
com.azure.resourcemanager.compute.models.DataDisksToAttach
Packages that use DataDisksToAttach
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of DataDisksToAttach in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return DataDisksToAttachModifier and TypeMethodDescriptionDataDisksToAttach.withDiskId(String diskId) Set the diskId property: ID of the managed data disk.Set the lun property: The logical unit number of the data disk.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DataDisksToAttachModifier and TypeMethodDescriptionAttachDetachDataDisksRequest.dataDisksToAttach()Get the dataDisksToAttach property: The list of managed data disks to be attached.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type DataDisksToAttachModifier and TypeMethodDescriptionAttachDetachDataDisksRequest.withDataDisksToAttach(List<DataDisksToAttach> dataDisksToAttach) Set the dataDisksToAttach property: The list of managed data disks to be attached.