Share via


SiteSealContent Class

Definition

Site seal request.

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

Constructors

SiteSealContent()

Initializes a new instance of SiteSealContent.

Properties

IsLightTheme

If <code>true</code> use the light color theme for site seal; otherwise, use the default color theme.

Locale

Locale of site seal.

Explicit Interface Implementations

IJsonModel<SiteSealContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteSealContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteSealContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteSealContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteSealContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to