Sdílet prostřednictvím


ResourceHealthAvailabilityStateRecentlyResolved Class

Definition

An annotation describing a change in the availabilityState to Available from Unavailable with a reasonType of type Unplanned.

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

Properties

ResolvedOn

Timestamp when the availabilityState changes to Available.

UnavailableOccuredOn

Timestamp for when the availabilityState changed to Unavailable.

UnavailableSummary

Brief description of cause of the resource becoming unavailable.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceHealthAvailabilityStateRecentlyResolved>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceHealthAvailabilityStateRecentlyResolved>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceHealthAvailabilityStateRecentlyResolved>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceHealthAvailabilityStateRecentlyResolved>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceHealthAvailabilityStateRecentlyResolved>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to