Compartilhar via


EnqueueServerProperties Class

Definition

Defines the SAP Enqueue Server properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.EnqueueServerPropertiesTypeConverter))]
public class EnqueueServerProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.IEnqueueServerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.EnqueueServerPropertiesTypeConverter))>]
type EnqueueServerProperties = class
    interface IEnqueueServerProperties
    interface IJsonSerializable
Public Class EnqueueServerProperties
Implements IEnqueueServerProperties
Inheritance
EnqueueServerProperties
Attributes
Implements

Constructors

Name Description
EnqueueServerProperties()

Creates an new EnqueueServerProperties instance.

Properties

Name Description
Health

Defines the health of SAP Instances.

Hostname

Enqueue Server SAP Hostname.

IPAddress

Enqueue Server SAP IP Address.

Port

Enqueue Server Port.

Methods

Name Description
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.SapVirtualInstance.Models.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()

Applies to