JitRequestPatch 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.
Information about JIT request.
public class JitRequestPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.JitRequestPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.JitRequestPatch>
public class JitRequestPatch
type JitRequestPatch = class
interface IJsonModel<JitRequestPatch>
interface IPersistableModel<JitRequestPatch>
type JitRequestPatch = class
Public Class JitRequestPatch
Implements IJsonModel(Of JitRequestPatch), IPersistableModel(Of JitRequestPatch)
Public Class JitRequestPatch
- Inheritance
-
JitRequestPatch
- Implements
Constructors
JitRequestPatch() |
Initializes a new instance of JitRequestPatch. |
Properties
Tags |
Jit request tags. |
Explicit Interface Implementations
IJsonModel<JitRequestPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<JitRequestPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<JitRequestPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<JitRequestPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<JitRequestPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET