ExpressRouteFailoverConnectionResourceDetails 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.
The ExpressRouteFailoverConnectionResourceDetails.
public class ExpressRouteFailoverConnectionResourceDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ExpressRouteFailoverConnectionResourceDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ExpressRouteFailoverConnectionResourceDetails>
type ExpressRouteFailoverConnectionResourceDetails = class
interface IJsonModel<ExpressRouteFailoverConnectionResourceDetails>
interface IPersistableModel<ExpressRouteFailoverConnectionResourceDetails>
Public Class ExpressRouteFailoverConnectionResourceDetails
Implements IJsonModel(Of ExpressRouteFailoverConnectionResourceDetails), IPersistableModel(Of ExpressRouteFailoverConnectionResourceDetails)
- Inheritance
-
ExpressRouteFailoverConnectionResourceDetails
- Implements
Properties
LastUpdatedOn |
Time when the connection was last updated. |
Name |
Connection Name. |
NrpResourceUri |
NRP Resource URI of the connection. |
Status |
The current status of the connection. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ExpressRouteFailoverConnectionResourceDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ExpressRouteFailoverConnectionResourceDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ExpressRouteFailoverConnectionResourceDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ExpressRouteFailoverConnectionResourceDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ExpressRouteFailoverConnectionResourceDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |