HubVirtualNetworkConnectionData Class

Definition

A class representing the HubVirtualNetworkConnection data model. HubVirtualNetworkConnection Resource.

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

Constructors

HubVirtualNetworkConnectionData()

Initializes a new instance of HubVirtualNetworkConnectionData.

Properties

AllowHubToRemoteVnetTransit

Deprecated: VirtualHub to RemoteVnet transit to enabled or not.

AllowRemoteVnetToUseHubVnetGateways

Deprecated: Allow RemoteVnet to use Virtual Hub's gateways.

EnableInternetSecurity

Enable internet security.

ETag

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

Id

Resource ID.

(Inherited from NetworkResourceData)
Name

Resource name.

(Inherited from NetworkResourceData)
ProvisioningState

The provisioning state of the hub virtual network connection resource.

RemoteVirtualNetworkId

Gets or sets Id.

ResourceType

Resource type.

(Inherited from NetworkResourceData)
RoutingConfiguration

The Routing Configuration indicating the associated and propagated route tables on this connection.

Explicit Interface Implementations

IJsonModel<HubVirtualNetworkConnectionData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HubVirtualNetworkConnectionData>.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<HubVirtualNetworkConnectionData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HubVirtualNetworkConnectionData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HubVirtualNetworkConnectionData>.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