VirtualHubData 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 VirtualHub data model. VirtualHub Resource.
public class VirtualHubData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.VirtualHubData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.VirtualHubData>
public class VirtualHubData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type VirtualHubData = class
inherit NetworkTrackedResourceData
interface IJsonModel<VirtualHubData>
interface IPersistableModel<VirtualHubData>
type VirtualHubData = class
inherit NetworkTrackedResourceData
Public Class VirtualHubData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of VirtualHubData), IPersistableModel(Of VirtualHubData)
Public Class VirtualHubData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
VirtualHubData() |
Initializes a new instance of VirtualHubData. |
Properties
AddressPrefix |
Address-prefix for this VirtualHub. |
AllowBranchToBranchTraffic |
Flag to control transit for VirtualRouter hub. |
AzureFirewallId |
Gets or sets Id. |
BgpConnections |
List of references to Bgp Connections. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
ExpressRouteGatewayId |
Gets or sets Id. |
HubRoutingPreference |
The hubRoutingPreference of this VirtualHub. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
IPConfigurations |
List of references to IpConfigurations. |
Kind |
Kind of service virtual hub. This is metadata used for the Azure portal experience for Route Server. |
Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
P2SVpnGatewayId |
Gets or sets Id. |
PreferredRoutingGateway |
The preferred gateway to route on-prem traffic. |
ProvisioningState |
The provisioning state of the virtual hub resource. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
RouteMaps |
List of references to RouteMaps. |
Routes |
List of all routes. |
RoutingState |
The routing state. |
SecurityPartnerProviderId |
Gets or sets Id. |
SecurityProviderName |
The Security Provider name. |
Sku |
The sku of this VirtualHub. |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
VirtualHubRouteTableV2S |
List of all virtual hub route table v2s associated with this VirtualHub. |
VirtualRouterAsn |
VirtualRouter ASN. |
VirtualRouterAutoScaleMinCapacity |
The minimum number of scale units for VirtualHub Router. |
VirtualRouterIPs |
VirtualRouter IPs. |
VirtualWanId |
Gets or sets Id. |
VpnGatewayId |
Gets or sets Id. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET