Share via


NginxConfigurationFile Class

Definition

The NginxConfigurationFile.

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

Constructors

NginxConfigurationFile()

Initializes a new instance of NginxConfigurationFile.

Properties

Content

Gets or sets the content.

VirtualPath

Gets or sets the virtual path.

Explicit Interface Implementations

IJsonModel<NginxConfigurationFile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NginxConfigurationFile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NginxConfigurationFile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NginxConfigurationFile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NginxConfigurationFile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to