Freigeben über


DatadogSetPasswordLink Class

Definition

The DatadogSetPasswordLink.

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

Properties

Name Description
SetPasswordLink

Gets the set password link.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DatadogSetPasswordLink>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DatadogSetPasswordLink>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DatadogSetPasswordLink>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DatadogSetPasswordLink>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DatadogSetPasswordLink>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to