Sdílet prostřednictvím


ResourceHealthEventRecommendedActions Class

Definition

Recommended actions of event.

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

Properties

Actions

Recommended actions for the service health event.

LocaleCode

Recommended action locale for the service health event.

Message

Recommended action title for the service health event.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceHealthEventRecommendedActions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceHealthEventRecommendedActions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceHealthEventRecommendedActions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceHealthEventRecommendedActions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceHealthEventRecommendedActions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to