SapDiskConfigurationsRequest 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 SAP request to get list of disk configurations.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.SapDiskConfigurationsRequestTypeConverter))]
public class SapDiskConfigurationsRequest : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISapDiskConfigurationsRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.SapDiskConfigurationsRequestTypeConverter))>]
type SapDiskConfigurationsRequest = class
interface ISapDiskConfigurationsRequest
interface IJsonSerializable
Public Class SapDiskConfigurationsRequest
Implements ISapDiskConfigurationsRequest
- Inheritance
-
SapDiskConfigurationsRequest
- Attributes
- Implements
Constructors
SapDiskConfigurationsRequest() |
Creates an new SapDiskConfigurationsRequest instance. |
Properties
AppLocation |
The geo-location where the SAP resources will be created. |
DatabaseType |
The database type. Eg: HANA, DB2, etc |
DbVMSku |
The VM SKU for database instance. |
DeploymentType |
The deployment type. Eg: SingleServer/ThreeTier |
Environment |
Defines the environment type - Production/Non Production. |
SapProduct |
Defines the SAP Product type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SapDiskConfigurationsRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SapDiskConfigurationsRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.ISapDiskConfigurationsRequest. |
FromJsonString(String) |
Creates a new instance of SapDiskConfigurationsRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SapDiskConfigurationsRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |