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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET