Share via


NginxDeploymentPatch Class

Definition

The NginxDeploymentPatch.

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

Constructors

NginxDeploymentPatch()

Initializes a new instance of NginxDeploymentPatch.

Properties

Identity

Gets or sets the identity.

Location

Gets or sets the location.

Properties

Gets or sets the properties.

SkuName

Name of the SKU.

Tags

Dictionary of <string>.

Explicit Interface Implementations

IJsonModel<NginxDeploymentPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NginxDeploymentPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NginxDeploymentPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NginxDeploymentPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NginxDeploymentPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to