Uses of Class
com.azure.compute.batch.models.ManagedDisk
Packages that use ManagedDisk
-
Uses of ManagedDisk in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ManagedDiskModifier and TypeMethodDescriptionstatic ManagedDisk
ManagedDisk.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedDisk from the JsonReader.OSDisk.getManagedDisk()
Get the managedDisk property: The managed disk parameters.ManagedDisk.setSecurityProfile
(VMDiskSecurityProfile securityProfile) Set the securityProfile property: Specifies the security profile settings for the managed disk.ManagedDisk.setStorageAccountType
(StorageAccountType storageAccountType) Set the storageAccountType property: The storage account type for managed disk.Methods in com.azure.compute.batch.models with parameters of type ManagedDiskModifier and TypeMethodDescriptionOSDisk.setManagedDisk
(ManagedDisk managedDisk) Set the managedDisk property: The managed disk parameters.