SignalRResourceLogCategory Class

Definition

Resource log category configuration of a Microsoft.SignalRService resource.

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

Constructors

SignalRResourceLogCategory()

Initializes a new instance of SignalRResourceLogCategory.

Properties

Enabled

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

Name

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

Explicit Interface Implementations

IJsonModel<SignalRResourceLogCategory>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SignalRResourceLogCategory>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SignalRResourceLogCategory>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SignalRResourceLogCategory>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SignalRResourceLogCategory>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to