Share via


AutoExportJobPatch Class

Definition

An auto export job update instance.

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

Constructors

AutoExportJobPatch()

Initializes a new instance of AutoExportJobPatch.

Properties

AdminStatus

The administrative status of the auto export job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto export job. By default it is set to 'Enable'.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutoExportJobPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutoExportJobPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutoExportJobPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutoExportJobPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutoExportJobPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to