共用方式為


ResourceHealthEventLink Class

Definition

Useful links for service health event.

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

Properties

BladeName

It provides the name of portal extension blade to produce link for given service health event.

DisplayText

Display text of link.

ExtensionName

It provides the name of portal extension to produce link for given service health event.

LinkType

Type of link.

Parameters

It provides a map of parameter name and value for portal extension blade to produce lik for given service health event.

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<ResourceHealthEventLink>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceHealthEventLink>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceHealthEventLink>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceHealthEventLink>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceHealthEventLink>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to