Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetManagedDiskParameters
Packages that use VirtualMachineScaleSetManagedDiskParameters
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetManagedDiskParameters in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return VirtualMachineScaleSetManagedDiskParametersModifier and TypeMethodDescriptionVirtualMachineScaleSetDataDisk.managedDisk()Get the managed disk parameters.VirtualMachineScaleSetOSDisk.managedDisk()Get the managed disk parameters.VirtualMachineScaleSetUpdateOSDisk.managedDisk()Get the managed disk parameters.VirtualMachineScaleSetManagedDiskParameters.withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet) Set specifies the customer managed disk encryption set resource id for the managed disk.VirtualMachineScaleSetManagedDiskParameters.withStorageAccountType(StorageAccountTypes storageAccountType) Set specifies the storage account type for the managed disk.Methods in com.microsoft.azure.management.compute with parameters of type VirtualMachineScaleSetManagedDiskParametersModifier and TypeMethodDescriptionVirtualMachineScaleSetDataDisk.withManagedDisk(VirtualMachineScaleSetManagedDiskParameters managedDisk) Set the managed disk parameters.VirtualMachineScaleSetOSDisk.withManagedDisk(VirtualMachineScaleSetManagedDiskParameters managedDisk) Set the managed disk parameters.VirtualMachineScaleSetUpdateOSDisk.withManagedDisk(VirtualMachineScaleSetManagedDiskParameters managedDisk) Set the managed disk parameters.