ConnectivityIssueInfo 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.
Compatibility declaration for the ConnectivityIssueInfo type.
public class ConnectivityIssueInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ConnectivityIssueInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ConnectivityIssueInfo>
type ConnectivityIssueInfo = class
interface IJsonModel<ConnectivityIssueInfo>
interface IPersistableModel<ConnectivityIssueInfo>
Public Class ConnectivityIssueInfo
Implements IJsonModel(Of ConnectivityIssueInfo), IPersistableModel(Of ConnectivityIssueInfo)
- Inheritance
-
ConnectivityIssueInfo
- Implements
Properties
| Name | Description |
|---|---|
| ConnectivityIssueType |
Compatibility member. |
| Context |
Provides additional context on the issue. |
| Contexts |
Compatibility member. |
| Origin |
The origin of the issue. |
| Severity |
The severity of the issue. |
| Type |
The type of issue. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<ConnectivityIssueInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<ConnectivityIssueInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<ConnectivityIssueInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<ConnectivityIssueInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<ConnectivityIssueInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |