SignalRLiveTraceCategory Class

Definition

Live trace category configuration of a Microsoft.SignalRService resource.

public class SignalRLiveTraceCategory : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SignalR.Models.SignalRLiveTraceCategory>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SignalR.Models.SignalRLiveTraceCategory>
public class SignalRLiveTraceCategory
type SignalRLiveTraceCategory = class
    interface IJsonModel<SignalRLiveTraceCategory>
    interface IPersistableModel<SignalRLiveTraceCategory>
type SignalRLiveTraceCategory = class
Public Class SignalRLiveTraceCategory
Implements IJsonModel(Of SignalRLiveTraceCategory), IPersistableModel(Of SignalRLiveTraceCategory)
Public Class SignalRLiveTraceCategory
Inheritance
SignalRLiveTraceCategory
Implements

Constructors

SignalRLiveTraceCategory()

Initializes a new instance of SignalRLiveTraceCategory.

Properties

Enabled

Indicates whether or the live trace category is enabled. Available values: true, false. Case insensitive.

Name

Gets or sets the live trace category's name. Available values: ConnectivityLogs, MessagingLogs. Case insensitive.

Explicit Interface Implementations

IJsonModel<SignalRLiveTraceCategory>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SignalRLiveTraceCategory>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SignalRLiveTraceCategory>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SignalRLiveTraceCategory>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SignalRLiveTraceCategory>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to