ElasticMonitorUpgrade 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.
Upgrade elastic monitor version.
public class ElasticMonitorUpgrade : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Elastic.Models.ElasticMonitorUpgrade>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Elastic.Models.ElasticMonitorUpgrade>
type ElasticMonitorUpgrade = class
interface IJsonModel<ElasticMonitorUpgrade>
interface IPersistableModel<ElasticMonitorUpgrade>
Public Class ElasticMonitorUpgrade
Implements IJsonModel(Of ElasticMonitorUpgrade), IPersistableModel(Of ElasticMonitorUpgrade)
- Inheritance
-
ElasticMonitorUpgrade
- Implements
Constructors
ElasticMonitorUpgrade() |
Initializes a new instance of ElasticMonitorUpgrade. |
Properties
Version |
Version to which the elastic monitor should be upgraded to. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ElasticMonitorUpgrade>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ElasticMonitorUpgrade>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ElasticMonitorUpgrade>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ElasticMonitorUpgrade>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ElasticMonitorUpgrade>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET