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>
public class VirtualHubInboundRoutesContent
type VirtualHubInboundRoutesContent = class
    interface IJsonModel<VirtualHubInboundRoutesContent>
    interface IPersistableModel<VirtualHubInboundRoutesContent>
type VirtualHubInboundRoutesContent = class
Public Class VirtualHubInboundRoutesContent
Implements IJsonModel(Of VirtualHubInboundRoutesContent), IPersistableModel(Of VirtualHubInboundRoutesContent)
Public Class 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.

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