Table of Contents

Class AzureVirtualNetworkPeering

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Azure virtual peering.

public class AzureVirtualNetworkPeering : GlobalSerializableClassicBase, IComparable<AzureVirtualNetworkPeering>
Inheritance
AzureVirtualNetworkPeering
Implements

Constructors

AzureVirtualNetworkPeering()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureVirtualNetworkPeering class.

public AzureVirtualNetworkPeering()

Properties

AllowForwardedTraffic

Gets or sets whether forwarded traffic from the virtual machines in the local virtual network will be allowed/disallowed in remote virtual network.

public BooleanOption AllowForwardedTraffic { get; set; }

Property Value

BooleanOption

AllowVirtualNetworkAccess

Gets or sets whether the virtual machines in the local virtual network space would be able to access the virtual machines in remote virtual network space.

public BooleanOption AllowVirtualNetworkAccess { get; set; }

Property Value

BooleanOption

Id

Gets or sets the unique identifier for the peering.

public string Id { get; set; }

Property Value

string

Name

Gets or sets the name of the peering.

public string Name { get; set; }

Property Value

string

PeeringState

Gets or sets the peering state.

public AzureVirtualNetworkPeeringState PeeringState { get; set; }

Property Value

AzureVirtualNetworkPeeringState

PeeringStateString

Gets the peering state.

public string PeeringStateString { get; set; }

Property Value

string

RemoteVirtualNetworkId

Gets or sets the identifier of the remote virtual network.

public string RemoteVirtualNetworkId { get; set; }

Property Value

string

RemoteVirtualNetworkName

Gets or sets the name of the remote virtual network.

public string RemoteVirtualNetworkName { get; set; }

Property Value

string

UseRemoteGateways

Gets or sets whether the peering should use remote gateways.

public BooleanOption UseRemoteGateways { get; set; }

Property Value

BooleanOption

Methods

CompareTo(AzureVirtualNetworkPeering)

Compares two CENTREL.XIA.Configuration.Types.AzureVirtualNetworkPeering objects to allow sorting alphabetically by name.

public int CompareTo(AzureVirtualNetworkPeering other)

Parameters

other AzureVirtualNetworkPeering

The CENTREL.XIA.Configuration.Types.AzureVirtualNetworkPeering to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.AzureVirtualNetworkPeering objects.