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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type DataDisksToAttachModifier and TypeClassDescriptionfinal classDescribes the data disk to be attached.Methods in com.azure.resourcemanager.compute.models that return DataDisksToAttachModifier and TypeMethodDescriptionstatic DataDisksToAttachDataDisksToAttach.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DataDisksToAttach from the JsonReader.DataDisksToAttach.withCaching(CachingTypes caching) Set the caching property: Specifies the caching requirements.DataDisksToAttach.withDeleteOption(DiskDeleteOptionTypes deleteOption) Set the deleteOption property: Specifies whether data disk should be deleted or detached upon VM deletion.DataDisksToAttach.withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet) Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed disk.DataDisksToAttach.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.DataDisksToAttach.withWriteAcceleratorEnabled(Boolean writeAcceleratorEnabled) Set the writeAcceleratorEnabled property: Specifies whether writeAccelerator should be enabled or disabled on the 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.