Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetManagedDiskParameters
Packages that use VirtualMachineScaleSetManagedDiskParameters
Package
Description
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 VirtualMachineScaleSetManagedDiskParametersModifier and TypeMethodDescriptionVirtualMachineScaleSetDataDisk.managedDisk()Get the managedDisk property: The managed disk parameters.VirtualMachineScaleSetOSDisk.managedDisk()Get the managedDisk property: The managed disk parameters.VirtualMachineScaleSetUpdateOSDisk.managedDisk()Get the managedDisk property: The managed disk parameters.VirtualMachineScaleSetManagedDiskParameters.withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet) Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed disk.VirtualMachineScaleSetManagedDiskParameters.withSecurityProfile(VMDiskSecurityProfile securityProfile) Set the securityProfile property: Specifies the security profile for the managed disk.VirtualMachineScaleSetManagedDiskParameters.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 VirtualMachineScaleSetManagedDiskParametersModifier and TypeMethodDescriptionVirtualMachineScaleSetDataDisk.withManagedDisk(VirtualMachineScaleSetManagedDiskParameters managedDisk) Set the managedDisk property: The managed disk parameters.VirtualMachineScaleSetOSDisk.withManagedDisk(VirtualMachineScaleSetManagedDiskParameters managedDisk) Set the managedDisk property: The managed disk parameters.VirtualMachineScaleSetUpdateOSDisk.withManagedDisk(VirtualMachineScaleSetManagedDiskParameters managedDisk) Set the managedDisk property: The managed disk parameters.