Share via


NodeTypeFaultSimulation Class

Definition

Node type fault simulation object with status.

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

Properties

NodeTypeName

Node type name.

OperationId

Current or latest asynchronous operation identifier on the node type.

OperationStatus

Current or latest asynchronous operation status on the node type.

Status

Fault simulation status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NodeTypeFaultSimulation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NodeTypeFaultSimulation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NodeTypeFaultSimulation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NodeTypeFaultSimulation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NodeTypeFaultSimulation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to