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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.SapDiskConfigurationsResultTypeConverter))]
public class SapDiskConfigurationsResult : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISapDiskConfigurationsResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.SapDiskConfigurationsResultTypeConverter))>]
type SapDiskConfigurationsResult = class
interface ISapDiskConfigurationsResult
interface IJsonSerializable
Public Class SapDiskConfigurationsResult
Implements ISapDiskConfigurationsResult
- Inheritance
-
SapDiskConfigurationsResult
- Attributes
- Implements
Constructors
SapDiskConfigurationsResult() |
Creates an new SapDiskConfigurationsResult instance. |
Properties
VolumeConfiguration |
The disk configuration for the db volume. For HANA, Required volumes are: ['hana/data', 'hana/log', hana/shared', 'usr/sap', 'os'], Optional volume : ['backup']. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SapDiskConfigurationsResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SapDiskConfigurationsResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISapDiskConfigurationsResult. |
FromJsonString(String) |
Creates a new instance of SapDiskConfigurationsResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SapDiskConfigurationsResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |