Share via


LoggingHiddenPropertyPaths Class

Definition

The LoggingHiddenPropertyPaths.

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

Constructors

LoggingHiddenPropertyPaths()

Initializes a new instance of LoggingHiddenPropertyPaths.

Properties

HiddenPathsOnRequest

Gets the hidden paths on request.

HiddenPathsOnResponse

Gets the hidden paths on response.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LoggingHiddenPropertyPaths>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LoggingHiddenPropertyPaths>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LoggingHiddenPropertyPaths>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LoggingHiddenPropertyPaths>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LoggingHiddenPropertyPaths>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to