SapCentralServerInstanceData 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 SapCentralServerInstance data model. Define the SAP Central Services Instance resource.
public class SapCentralServerInstanceData : Azure.ResourceManager.Models.TrackedResourceData
public class SapCentralServerInstanceData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.SapCentralServerInstanceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.SapCentralServerInstanceData>
type SapCentralServerInstanceData = class
inherit TrackedResourceData
type SapCentralServerInstanceData = class
inherit TrackedResourceData
interface IJsonModel<SapCentralServerInstanceData>
interface IPersistableModel<SapCentralServerInstanceData>
Public Class SapCentralServerInstanceData
Inherits TrackedResourceData
Public Class SapCentralServerInstanceData
Inherits TrackedResourceData
Implements IJsonModel(Of SapCentralServerInstanceData), IPersistableModel(Of SapCentralServerInstanceData)
- Inheritance
- Implements
Constructors
SapCentralServerInstanceData(AzureLocation) |
Initializes a new instance of SapCentralServerInstanceData. |
Properties
EnqueueReplicationServerProperties |
Defines the SAP Enqueue Replication Server (ERS) properties. |
EnqueueServerProperties |
Defines the SAP Enqueue Server properties. |
ErrorsProperties |
The Virtual Instance for SAP error body. |
GatewayServerProperties |
Defines the SAP Gateway Server properties. |
Health |
Defines the health of SAP Instances. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
InstanceNo |
The central services instance number. |
KernelPatch |
The central services instance Kernel Patch level. |
KernelVersion |
The central services instance Kernel Version. |
LoadBalancerDetailsId |
Gets Id. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
MessageServerProperties |
Defines the SAP Message Server properties. |
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) |
Status |
Defines the SAP Instance status. |
SubnetId |
The central services instance subnet. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
VmDetails |
The list of virtual machines corresponding to the Central Services instance. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Explicit Interface Implementations
IJsonModel<SapCentralServerInstanceData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SapCentralServerInstanceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SapCentralServerInstanceData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SapCentralServerInstanceData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SapCentralServerInstanceData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET