Sdílet prostřednictvím


ResourceHealthEventArticle Class

Definition

Article of event.

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

Properties

ArticleContent

Article content of event.

ArticleId

Article Id.

Parameters

It provides a map of parameter name and value

To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceHealthEventArticle>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceHealthEventArticle>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceHealthEventArticle>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceHealthEventArticle>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceHealthEventArticle>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to