Sdílet prostřednictvím


ReachabilityAnalysisRunProperties Class

Definition

Represents the Reachability Analysis Run properties.

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

Constructors

ReachabilityAnalysisRunProperties(String)

Initializes a new instance of ReachabilityAnalysisRunProperties.

Properties

AnalysisResult

Gets the analysis result.

Description

Gets or sets the description.

ErrorMessage

Gets the error message.

IntentContent

Intent information.

IntentId

Id of the intent resource to run analysis on.

ProvisioningState

Provisioning states of a resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ReachabilityAnalysisRunProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReachabilityAnalysisRunProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReachabilityAnalysisRunProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReachabilityAnalysisRunProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReachabilityAnalysisRunProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to