Megosztás a következőn keresztül:


SapSupportedSkusRequest Class

Definition

The SAP request to get list of supported SKUs.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.SapSupportedSkusRequestTypeConverter))]
public class SapSupportedSkusRequest : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ISapSupportedSkusRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.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.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()

Applies to