Share via


DatadogInstallMethod Class

Definition

The DatadogInstallMethod.

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

Properties

InstallerVersion

The installer version.

Tool

The tool.

ToolVersion

The tool version.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DatadogInstallMethod>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DatadogInstallMethod>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DatadogInstallMethod>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DatadogInstallMethod>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DatadogInstallMethod>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to