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