HubVirtualNetworkConnection Class
HubVirtualNetworkConnection Resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceHubVirtualNetworkConnection
Constructor
HubVirtualNetworkConnection(*, id: str | None = None, name: str | None = None, remote_virtual_network: _models.SubResource | None = None, allow_hub_to_remote_vnet_transit: bool | None = None, allow_remote_vnet_to_use_hub_vnet_gateways: bool | None = None, enable_internet_security: bool | None = None, routing_configuration: _models.RoutingConfiguration | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
remote_virtual_network
|
Reference to the remote virtual network. |
allow_hub_to_remote_vnet_transit
|
Deprecated: VirtualHub to RemoteVnet transit to enabled or not. |
allow_remote_vnet_to_use_hub_vnet_gateways
|
Deprecated: Allow RemoteVnet to use Virtual Hub's gateways. |
enable_internet_security
|
Enable internet security. |
routing_configuration
|
The Routing Configuration indicating the associated and propagated route tables on this connection. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
remote_virtual_network
|
Reference to the remote virtual network. |
allow_hub_to_remote_vnet_transit
|
Deprecated: VirtualHub to RemoteVnet transit to enabled or not. |
allow_remote_vnet_to_use_hub_vnet_gateways
|
Deprecated: Allow RemoteVnet to use Virtual Hub's gateways. |
enable_internet_security
|
Enable internet security. |
routing_configuration
|
The Routing Configuration indicating the associated and propagated route tables on this connection. |
provisioning_state
|
The provisioning state of the hub virtual network connection resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
Azure SDK for Python