Share via


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
Inheritance
SignalRResourceLogCategory
Implements

Constructors

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.

Methods

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

Product Versions
Azure SDK for .NET Latest, Preview