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.
A class representing the VirtualNetworkPeering data model. Peerings in a virtual network resource.
public class VirtualNetworkPeeringData : Azure.ResourceManager.Network.Models.NetworkWritableResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.VirtualNetworkPeeringData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.VirtualNetworkPeeringData>
public class VirtualNetworkPeeringData : Azure.ResourceManager.Network.Models.NetworkWritableResourceData
type VirtualNetworkPeeringData = class
inherit NetworkWritableResourceData
interface IJsonModel<VirtualNetworkPeeringData>
interface IPersistableModel<VirtualNetworkPeeringData>
type VirtualNetworkPeeringData = class
inherit NetworkWritableResourceData
Public Class VirtualNetworkPeeringData
Inherits NetworkWritableResourceData
Implements IJsonModel(Of VirtualNetworkPeeringData), IPersistableModel(Of VirtualNetworkPeeringData)
Public Class VirtualNetworkPeeringData
Inherits NetworkWritableResourceData
- Inheritance
- Implements
Constructors
VirtualNetworkPeeringData() |
Initializes a new instance of VirtualNetworkPeeringData. |
Properties
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 |
Whether complete virtual network address space is peered. |
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 |
A list of address blocks reserved for this virtual network in CIDR notation. |
LocalSubnetNames |
List of local subnet names that are subnet peered with remote virtual network. |
LocalVirtualNetworkAddressPrefixes |
A list of address blocks reserved for this virtual network in CIDR notation. |
Name |
Resource name. (Inherited from NetworkWritableResourceData) |
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 |
A list of address blocks reserved for this virtual network in CIDR notation. |
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. |
RemoteVirtualNetworkAddressPrefixes |
A list of address blocks reserved for this virtual network in CIDR notation. |
RemoteVirtualNetworkEncryption |
The reference to the remote virtual network's encryption. |
RemoteVirtualNetworkId |
Gets or sets Id. |
ResourceGuid |
The resourceGuid property of the Virtual Network peering resource. |
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. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET