你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VirtualMachineResourceNames.DataDiskNames 属性

定义

虚拟机数据磁盘的完整资源名称。 这是一个字典,其中包含每个卷的数据磁盘的名称列表。 数据库层当前支持的卷为 ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os', 'backup']。 对于应用程序和 cs 层,仅支持“默认”卷。

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))

属性值

适用于