SapDiscoveryServerInstanceData 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.
A class representing the SapDiscoveryServerInstance data model. Define the Server Instance resource.
public class SapDiscoveryServerInstanceData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MigrationDiscoverySap.SapDiscoveryServerInstanceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MigrationDiscoverySap.SapDiscoveryServerInstanceData>
type SapDiscoveryServerInstanceData = class
inherit ResourceData
interface IJsonModel<SapDiscoveryServerInstanceData>
interface IPersistableModel<SapDiscoveryServerInstanceData>
Public Class SapDiscoveryServerInstanceData
Inherits ResourceData
Implements IJsonModel(Of SapDiscoveryServerInstanceData), IPersistableModel(Of SapDiscoveryServerInstanceData)
- Inheritance
- Implements
Constructors
SapDiscoveryServerInstanceData() |
Initializes a new instance of SapDiscoveryServerInstanceData. |
Properties
ConfigurationData |
Configuration data for this server instance. |
Errors |
Defines the errors related to SAP Instance resource. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
InstanceSid |
This is the Instance SID for ASCS/AP/DB instance. An SAP system with HANA database for example could have a different SID for database Instance than that of ASCS instance. |
Name |
The name of the resource. (Inherited from ResourceData) |
OperatingSystem |
This is Operating System on which the host server is running. |
PerformanceData |
Configuration data for this server instance. Please note PerformanceDetail is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExcelPerformanceDetail and NativePerformanceDetail. |
ProvisioningState |
Defines the provisioning states. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SapInstanceType |
Defines the type SAP instance on this server instance. |
SapProduct |
This is the SAP Application Component; e.g. SAP S/4HANA 2022, SAP ERP ENHANCE PACKAGE. |
SapProductVersion |
Provide the product version of the SAP product. |
ServerName |
This is the Virtual Machine Name of the SAP system. Add all the virtual machines attached to an SAP system which you wish to migrate to Azure. Keeping this not equal to ID as for single tier all InstanceTypes would be on same server, leading to multiple resources with same servername. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<SapDiscoveryServerInstanceData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SapDiscoveryServerInstanceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SapDiscoveryServerInstanceData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SapDiscoveryServerInstanceData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SapDiscoveryServerInstanceData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET