AutoImportJobPatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An auto import job update instance.
public class AutoImportJobPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageCache.Models.AutoImportJobPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageCache.Models.AutoImportJobPatch>
type AutoImportJobPatch = class
interface IJsonModel<AutoImportJobPatch>
interface IPersistableModel<AutoImportJobPatch>
Public Class AutoImportJobPatch
Implements IJsonModel(Of AutoImportJobPatch), IPersistableModel(Of AutoImportJobPatch)
- Inheritance
-
AutoImportJobPatch
- Implements
Constructors
| AutoImportJobPatch() |
Initializes a new instance of AutoImportJobPatch. |
Properties
| AdminStatus |
The administrative status of the auto import job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto import job. By default it is set to 'Enable'. |
| Tags |
Resource tags. |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
| IJsonModel<AutoImportJobPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<AutoImportJobPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<AutoImportJobPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<AutoImportJobPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<AutoImportJobPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |