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