SapSizingRecommendationRequest 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 Sizing Recommendation request.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.SapSizingRecommendationRequestTypeConverter))]
public class SapSizingRecommendationRequest : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ISapSizingRecommendationRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.SapSizingRecommendationRequestTypeConverter))>]
type SapSizingRecommendationRequest = class
interface ISapSizingRecommendationRequest
interface IJsonSerializable
Public Class SapSizingRecommendationRequest
Implements ISapSizingRecommendationRequest
- Inheritance
-
SapSizingRecommendationRequest
- Attributes
- Implements
Constructors
SapSizingRecommendationRequest() |
Creates an new SapSizingRecommendationRequest instance. |
Properties
AppLocation |
The geo-location where the resource is to be created. |
DatabaseType |
The database type. |
DbMemory |
The database memory configuration. |
DbScaleMethod |
The DB scale method. |
DeploymentType |
The deployment type. Eg: SingleServer/ThreeTier |
Environment |
Defines the environment type - Production/Non Production. |
HighAvailabilityType |
The high availability type. |
Sap |
The SAP Application Performance Standard measurement. |
SapProduct |
Defines the SAP Product type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SapSizingRecommendationRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SapSizingRecommendationRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ISapSizingRecommendationRequest. |
FromJsonString(String) |
Creates a new instance of SapSizingRecommendationRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SapSizingRecommendationRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |