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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET