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