StorageInsightStatus Class

Definition

The status of the storage insight.

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

Properties

Description

Description of the state of the storage insight.

State

The state of the storage insight connection to the workspace.

Explicit Interface Implementations

IJsonModel<StorageInsightStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageInsightStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageInsightStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageInsightStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageInsightStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to