ReachabilityAnalysisIntentProperties Class

Definition

Compatibility declaration for the ReachabilityAnalysisIntentProperties type.

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

Constructors

Name Description
ReachabilityAnalysisIntentProperties(ResourceIdentifier, ResourceIdentifier, NetworkVerifierIPTraffic)

Initializes a new instance of ReachabilityAnalysisIntentProperties.

Properties

Name Description
Description

Gets or sets the Description.

DestinationResourceId

Destination resource id to verify the reachability path of.

IpTraffic

IP traffic information.

IPTraffic

Compatibility member.

ProvisioningState

Gets or sets the ProvisioningState compatibility property.

SourceResourceId

Source resource id to verify the reachability path of.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<ReachabilityAnalysisIntentProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReachabilityAnalysisIntentProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReachabilityAnalysisIntentProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReachabilityAnalysisIntentProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReachabilityAnalysisIntentProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to