ReachabilityAnalysisIntentProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the Reachability Analysis Intent properties.
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
ReachabilityAnalysisIntentProperties(ResourceIdentifier, ResourceIdentifier, NetworkVerifierIPTraffic) |
Initializes a new instance of ReachabilityAnalysisIntentProperties. |
Properties
Description |
Gets or sets the description. |
DestinationResourceId |
Destination resource id to verify the reachability path of. |
IPTraffic |
IP traffic information. |
ProvisioningState |
Provisioning states of a resource. |
SourceResourceId |
Source resource id to verify the reachability path of. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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. |