TldLegalAgreement Class

Definition

Legal agreement for a top level domain.

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

Properties

AgreementKey

Unique identifier for the agreement.

Content

Agreement details.

Title

Agreement title.

Uri

URL where a copy of the agreement details is hosted.

Explicit Interface Implementations

IJsonModel<TldLegalAgreement>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TldLegalAgreement>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TldLegalAgreement>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TldLegalAgreement>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TldLegalAgreement>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to