你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineResourceNames.DataDiskNames 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
虚拟机数据磁盘的完整资源名称。 这是一个字典,其中包含每个卷的数据磁盘的名称列表。 数据库层当前支持的卷为 ['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))