SapInstanceData Class

Definition

A class representing the SapInstance data model. Define the SAP Instance resource.

public class SapInstanceData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MigrationDiscoverySap.SapInstanceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MigrationDiscoverySap.SapInstanceData>
type SapInstanceData = class
    inherit TrackedResourceData
    interface IJsonModel<SapInstanceData>
    interface IPersistableModel<SapInstanceData>
Public Class SapInstanceData
Inherits TrackedResourceData
Implements IJsonModel(Of SapInstanceData), IPersistableModel(Of SapInstanceData)
Inheritance
Implements

Constructors

SapInstanceData(AzureLocation)

Initializes a new instance of SapInstanceData.

Properties

Application

Enter a business function/department identifier to group multiple SIDs.

Environment

The Environment; PRD, QA, DEV, etc to which SAP system belongs to. Select from the list of available dropdown values.

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)
LandscapeSid

This is the SID of the production system in a landscape. An SAP system could itself be a production SID or a part of a landscape with a different Production SID. This field can be used to relate non-prod SIDs, other components, SID (WEBDISP) to the prod SID. Enter the value of Production SID.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

Defines the provisioning states.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
SystemSid

This is the SID of SAP System. Keeping this not equal to ID as different landscapes can have repeated System SID IDs.

Tags

Resource tags.

(Inherited from TrackedResourceData)

Explicit Interface Implementations

IJsonModel<SapInstanceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SapInstanceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SapInstanceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SapInstanceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SapInstanceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to