Sdílet prostřednictvím


VirtualHubInboundRoutesContent Class

Definition

The parameters specifying the connection resource whose inbound routes are being requested.

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

Constructors

VirtualHubInboundRoutesContent()

Initializes a new instance of VirtualHubInboundRoutesContent.

Properties

ConnectionType

The type of the specified connection resource like ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.

ResourceUri

The connection resource whose inbound routes are being requested.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VirtualHubInboundRoutesContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualHubInboundRoutesContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualHubInboundRoutesContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualHubInboundRoutesContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualHubInboundRoutesContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to