VirtualMachineResourceNames.DataDiskNames 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.
The full resource names for virtual machine data disks. This is a dictionary containing list of names of data disks per volume. Currently supported volumes for database layer are ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os', 'backup']. For application and cs layers, only 'default' volume is supported.
public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> DataDiskNames { get; }
member this.DataDiskNames : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>>
Public ReadOnly Property DataDiskNames As IDictionary(Of String, IList(Of String))
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET