Share via


ResourceHealthEventFaq Class

Definition

Frequently asked question for the service health event.

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

Properties

Answer

FAQ answer for the service health event.

LocaleCode

FAQ locale for the service health event.

Question

FAQ question for the service health event.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceHealthEventFaq>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceHealthEventFaq>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceHealthEventFaq>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceHealthEventFaq>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceHealthEventFaq>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to