SapDiskConfigurationsResult Class
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 list of disk configuration for vmSku which are part of SAP deployment.
public class SapDiskConfigurationsResult
public class SapDiskConfigurationsResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.SapDiskConfigurationsResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.SapDiskConfigurationsResult>
type SapDiskConfigurationsResult = class
type SapDiskConfigurationsResult = class
interface IJsonModel<SapDiskConfigurationsResult>
interface IPersistableModel<SapDiskConfigurationsResult>
Public Class SapDiskConfigurationsResult
Public Class SapDiskConfigurationsResult
Implements IJsonModel(Of SapDiskConfigurationsResult), IPersistableModel(Of SapDiskConfigurationsResult)
- Inheritance
-
SapDiskConfigurationsResult
- Implements
Properties
VolumeConfigurations |
The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup']. |
Explicit Interface Implementations
IJsonModel<SapDiskConfigurationsResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SapDiskConfigurationsResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SapDiskConfigurationsResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SapDiskConfigurationsResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SapDiskConfigurationsResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET