SignalRLiveTraceConfiguration 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.
Live trace configuration of a Microsoft.SignalRService resource.
public class SignalRLiveTraceConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SignalR.Models.SignalRLiveTraceConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SignalR.Models.SignalRLiveTraceConfiguration>
public class SignalRLiveTraceConfiguration
type SignalRLiveTraceConfiguration = class
interface IJsonModel<SignalRLiveTraceConfiguration>
interface IPersistableModel<SignalRLiveTraceConfiguration>
type SignalRLiveTraceConfiguration = class
Public Class SignalRLiveTraceConfiguration
Implements IJsonModel(Of SignalRLiveTraceConfiguration), IPersistableModel(Of SignalRLiveTraceConfiguration)
Public Class SignalRLiveTraceConfiguration
- Inheritance
-
SignalRLiveTraceConfiguration
- Implements
Constructors
SignalRLiveTraceConfiguration() |
Initializes a new instance of SignalRLiveTraceConfiguration. |
Properties
Categories |
Gets or sets the list of category configurations. |
Enabled |
Indicates whether or not enable live trace. When it's set to true, live trace client can connect to the service. Otherwise, live trace client can't connect to the service, so that you are unable to receive any log, no matter what you configure in "categories". Available values: true, false. Case insensitive. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SignalRLiveTraceConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SignalRLiveTraceConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SignalRLiveTraceConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SignalRLiveTraceConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SignalRLiveTraceConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET