Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetManagedDiskParameters
-
Packages that use VirtualMachineScaleSetManagedDiskParameters Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineScaleSetManagedDiskParameters in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetManagedDiskParameters Modifier and Type Method Description VirtualMachineScaleSetManagedDiskParametersVirtualMachineScaleSetDataDisk. managedDisk()Get the managedDisk property: The managed disk parameters.VirtualMachineScaleSetManagedDiskParametersVirtualMachineScaleSetOSDisk. managedDisk()Get the managedDisk property: The managed disk parameters.VirtualMachineScaleSetManagedDiskParametersVirtualMachineScaleSetUpdateOSDisk. managedDisk()Get the managedDisk property: The managed disk parameters.VirtualMachineScaleSetManagedDiskParametersVirtualMachineScaleSetManagedDiskParameters. withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet)Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed disk.VirtualMachineScaleSetManagedDiskParametersVirtualMachineScaleSetManagedDiskParameters. withSecurityProfile(VMDiskSecurityProfile securityProfile)Set the securityProfile property: Specifies the security profile for the managed disk.VirtualMachineScaleSetManagedDiskParametersVirtualMachineScaleSetManagedDiskParameters. withStorageAccountType(StorageAccountTypes storageAccountType)Set the storageAccountType property: Specifies the storage account type for the managed disk.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineScaleSetManagedDiskParameters Modifier and Type Method Description VirtualMachineScaleSetDataDiskVirtualMachineScaleSetDataDisk. withManagedDisk(VirtualMachineScaleSetManagedDiskParameters managedDisk)Set the managedDisk property: The managed disk parameters.VirtualMachineScaleSetOSDiskVirtualMachineScaleSetOSDisk. withManagedDisk(VirtualMachineScaleSetManagedDiskParameters managedDisk)Set the managedDisk property: The managed disk parameters.VirtualMachineScaleSetUpdateOSDiskVirtualMachineScaleSetUpdateOSDisk. withManagedDisk(VirtualMachineScaleSetManagedDiskParameters managedDisk)Set the managedDisk property: The managed disk parameters.
-