MigrationAssessedMachineData.Disks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Dictionary of disks attached to the machine. Key is ID of disk. Value is a disk object.
public System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.Migration.Assessment.Models.MigrationAssessedDisk> Disks { get; }
member this.Disks : System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.Migration.Assessment.Models.MigrationAssessedDisk>
Public ReadOnly Property Disks As IReadOnlyDictionary(Of String, MigrationAssessedDisk)