HubVirtualNetworkConnectionData 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.
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>
type HubVirtualNetworkConnectionData = class
inherit NetworkResourceData
interface IJsonModel<HubVirtualNetworkConnectionData>
interface IPersistableModel<HubVirtualNetworkConnectionData>
Public Class HubVirtualNetworkConnectionData
Inherits NetworkResourceData
Implements IJsonModel(Of HubVirtualNetworkConnectionData), IPersistableModel(Of HubVirtualNetworkConnectionData)
- Inheritance
- 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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from NetworkResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET