Delen via


NginxConfigurationPackage Class

Definition

The NginxConfigurationPackage.

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

Constructors

NginxConfigurationPackage()

Initializes a new instance of NginxConfigurationPackage.

Properties

Data

Gets or sets the data.

ProtectedFiles

Gets the protected files.

Explicit Interface Implementations

IJsonModel<NginxConfigurationPackage>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NginxConfigurationPackage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NginxConfigurationPackage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NginxConfigurationPackage>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NginxConfigurationPackage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to