SiteSeal Class

Definition

Site seal.

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

Properties

Html

HTML snippet.

Explicit Interface Implementations

IJsonModel<SiteSeal>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteSeal>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteSeal>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteSeal>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteSeal>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to