ReachabilityAnalysisRunProperties Class

Definition

Compatibility declaration for the ReachabilityAnalysisRunProperties type.

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

Name Description
ReachabilityAnalysisRunProperties(String)

Initializes a new instance of ReachabilityAnalysisRunProperties.

Properties

Name Description
AnalysisResult

Gets the AnalysisResult.

Description

Gets or sets the Description.

ErrorMessage

Gets the ErrorMessage.

IntentContent

Intent information.

IntentId

Id of the intent resource to run analysis on.

ProvisioningState

Gets or sets the ProvisioningState compatibility property.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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