VirtualNetworkPeeringData 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.
Compatibility declaration for the VirtualNetworkPeeringData type.
public class VirtualNetworkPeeringData : Azure.ResourceManager.Network.Models.NetworkWritableResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.VirtualNetworkPeeringData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.VirtualNetworkPeeringData>
type VirtualNetworkPeeringData = class
inherit NetworkWritableResourceData
interface IJsonModel<VirtualNetworkPeeringData>
interface IPersistableModel<VirtualNetworkPeeringData>
Public Class VirtualNetworkPeeringData
Inherits NetworkWritableResourceData
Implements IJsonModel(Of VirtualNetworkPeeringData), IPersistableModel(Of VirtualNetworkPeeringData)
- Inheritance
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| VirtualNetworkPeeringData() |
Initializes a new instance of VirtualNetworkPeeringData. |
Properties
| Name | Description |
|---|---|
| AllowForwardedTraffic |
Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network. |
| AllowGatewayTransit |
If gateway links can be used in remote virtual networking to link to this virtual network. |
| AllowVirtualNetworkAccess |
Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space. |
| AreCompleteVnetsPeered |
Compatibility member. |
| DoNotVerifyRemoteGateways |
If we need to verify the provisioning state of the remote gateway. |
| EnableOnlyIPv6Peering |
Whether only Ipv6 address space is peered for subnet peering. |
| ETag |
A unique read-only string that changes whenever the resource is updated. |
| Id |
Resource ID. (Inherited from NetworkWritableResourceData) |
| LocalAddressPrefixes |
Compatibility member. |
| LocalAddressSpace |
The local address space of the local virtual network that is peered. |
| LocalSubnetNames |
List of local subnet names that are subnet peered with remote virtual network. |
| LocalVirtualNetworkAddressPrefixes |
Compatibility member. |
| LocalVirtualNetworkAddressSpace |
The current local address space of the local virtual network that is peered. |
| Name |
Resource name. (Inherited from NetworkWritableResourceData) |
| PeerCompleteVnets |
Whether complete virtual network address space is peered. |
| PeeringState |
The status of the virtual network peering. |
| PeeringSyncLevel |
The peering sync status of the virtual network peering. |
| ProvisioningState |
The provisioning state of the virtual network peering resource. |
| RemoteAddressPrefixes |
Compatibility member. |
| RemoteAddressSpace |
The reference to the address space peered with the remote virtual network. |
| RemoteBgpCommunities |
The reference to the remote virtual network's Bgp Communities. |
| RemoteSubnetNames |
List of remote subnet names from remote virtual network that are subnet peered. |
| RemoteVirtualNetwork |
Compatibility member. |
| RemoteVirtualNetworkAddressPrefixes |
Compatibility member. |
| RemoteVirtualNetworkAddressSpace |
The reference to the current address space of the remote virtual network. |
| RemoteVirtualNetworkEncryption |
The reference to the remote virtual network's encryption. |
| RemoteVirtualNetworkId |
Resource ID. |
| ResourceGuid |
Gets the ResourceGuid compatibility property. |
| ResourceType |
Resource type. (Inherited from NetworkWritableResourceData) |
| UseRemoteGateways |
If remote gateways can be used on this virtual network. If the flag is set to true, and allowGatewayTransit on remote peering is also true, virtual network will use gateways of remote virtual network for transit. Only one peering can have this flag set to true. This flag cannot be set if virtual network already has a gateway. |