SapSupportedSkusContent 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.
public class SapSupportedSkusContent
public class SapSupportedSkusContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.SapSupportedSkusContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.SapSupportedSkusContent>
type SapSupportedSkusContent = class
type SapSupportedSkusContent = class
interface IJsonModel<SapSupportedSkusContent>
interface IPersistableModel<SapSupportedSkusContent>
Public Class SapSupportedSkusContent
Public Class SapSupportedSkusContent
Implements IJsonModel(Of SapSupportedSkusContent), IPersistableModel(Of SapSupportedSkusContent)
- Inheritance
-
SapSupportedSkusContent
- Implements
Constructors
SapSupportedSkusContent(AzureLocation, SapEnvironmentType, SapProductType, SapDeploymentType, SapDatabaseType) |
Initializes a new instance of SapSupportedSkusContent. |
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. |
Explicit Interface Implementations
IJsonModel<SapSupportedSkusContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SapSupportedSkusContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SapSupportedSkusContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SapSupportedSkusContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SapSupportedSkusContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET