Share via


NginxAnalysisConfig Class

Definition

The NginxAnalysisConfig.

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

Constructors

NginxAnalysisConfig()

Initializes a new instance of NginxAnalysisConfig.

Properties

Files

Gets the files.

Package

Gets or sets the package.

ProtectedFiles

Gets the protected files.

RootFile

The root file of the NGINX config file(s). It must match one of the files' filepath.

Explicit Interface Implementations

IJsonModel<NginxAnalysisConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NginxAnalysisConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NginxAnalysisConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NginxAnalysisConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NginxAnalysisConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to