TrinoDebugConfig 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.
Trino debug configuration.
public class TrinoDebugConfig : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.TrinoDebugConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.TrinoDebugConfig>
type TrinoDebugConfig = class
interface IJsonModel<TrinoDebugConfig>
interface IPersistableModel<TrinoDebugConfig>
Public Class TrinoDebugConfig
Implements IJsonModel(Of TrinoDebugConfig), IPersistableModel(Of TrinoDebugConfig)
- Inheritance
-
TrinoDebugConfig
- Implements
Constructors
TrinoDebugConfig() |
Initializes a new instance of TrinoDebugConfig. |
Properties
IsEnabled |
The flag that if enable debug or not. |
IsSuspendEnabled |
The flag that if suspend debug or not. |
Port |
The debug port. |
Explicit Interface Implementations
IJsonModel<TrinoDebugConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<TrinoDebugConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<TrinoDebugConfig>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<TrinoDebugConfig>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<TrinoDebugConfig>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET