Sdílet prostřednictvím


HubRouteTableData Class

Definition

A class representing the HubRouteTable data model. RouteTable resource in a virtual hub.

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

Constructors

HubRouteTableData()

Initializes a new instance of HubRouteTableData.

Properties

AssociatedConnections

List of all connections associated with this route table.

ETag

A unique read-only string that changes whenever the resource is updated.

Id

Resource ID.

(Inherited from NetworkResourceData)
Labels

List of labels associated with this route table.

Name

Resource name.

(Inherited from NetworkResourceData)
PropagatingConnections

List of all connections that advertise to this route table.

ProvisioningState

The provisioning state of the RouteTable resource.

ResourceType

Resource type.

(Inherited from NetworkResourceData)
Routes

List of all routes.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from NetworkResourceData)

Explicit Interface Implementations

IJsonModel<HubRouteTableData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HubRouteTableData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from NetworkResourceData)
IJsonModel<NetworkResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkResourceData)
IPersistableModel<HubRouteTableData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HubRouteTableData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HubRouteTableData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkResourceData)
IPersistableModel<NetworkResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from NetworkResourceData)
IPersistableModel<NetworkResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkResourceData)

Applies to