EnqueueReplicationServerProperties 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.
Defines the SAP Enqueue Replication Server (ERS) properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.EnqueueReplicationServerPropertiesTypeConverter))]
public class EnqueueReplicationServerProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IEnqueueReplicationServerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.EnqueueReplicationServerPropertiesTypeConverter))>]
type EnqueueReplicationServerProperties = class
interface IEnqueueReplicationServerProperties
interface IJsonSerializable
Public Class EnqueueReplicationServerProperties
Implements IEnqueueReplicationServerProperties
- Inheritance
-
EnqueueReplicationServerProperties
- Attributes
- Implements
Constructors
EnqueueReplicationServerProperties() |
Creates an new EnqueueReplicationServerProperties instance. |
Properties
ErsVersion |
Defines the type of Enqueue Replication Server. |
Health |
Defines the health of SAP Instances. |
Hostname |
ERS SAP Hostname. |
InstanceNo |
ERS Instance Number. |
IPAddress |
ERS SAP IP Address. |
KernelPatch |
ERS SAP Kernel Patch level. |
KernelVersion |
ERS SAP Kernel Version. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EnqueueReplicationServerProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EnqueueReplicationServerProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IEnqueueReplicationServerProperties. |
FromJsonString(String) |
Creates a new instance of EnqueueReplicationServerProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EnqueueReplicationServerProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |