ExpressRouteCrossConnectionPeeringInner Class

Definition

Peering in an ExpressRoute Cross Connection resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ExpressRouteCrossConnectionPeeringInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExpressRouteCrossConnectionPeeringInner = class
    inherit SubResource
Public Class ExpressRouteCrossConnectionPeeringInner
Inherits SubResource
Inheritance
ExpressRouteCrossConnectionPeeringInner
Attributes

Constructors

ExpressRouteCrossConnectionPeeringInner()

Initializes a new instance of the ExpressRouteCrossConnectionPeeringInner class.

ExpressRouteCrossConnectionPeeringInner(String, ExpressRoutePeeringType, ExpressRoutePeeringState, Nullable<Int32>, Nullable<Int64>, String, String, String, String, String, Nullable<Int32>, ExpressRouteCircuitPeeringConfig, ProvisioningState, String, String, Ipv6ExpressRouteCircuitPeeringConfig, String, String)

Initializes a new instance of the ExpressRouteCrossConnectionPeeringInner class.

Properties

AzureASN

Gets the Azure ASN.

Etag

Gets a unique read-only string that changes whenever the resource is updated.

GatewayManagerEtag

Gets or sets the GatewayManager Etag.

Id

Resource Id

(Inherited from SubResource)
Ipv6PeeringConfig

Gets or sets the IPv6 peering configuration.

LastModifiedBy

Gets who was the last to modify the peering.

MicrosoftPeeringConfig

Gets or sets the Microsoft peering configuration.

Name

Gets or sets the name of the resource that is unique within a resource group. This name can be used to access the resource.

PeerASN

Gets or sets the peer ASN.

PeeringType

Gets or sets the peering type. Possible values include: 'AzurePublicPeering', 'AzurePrivatePeering', 'MicrosoftPeering'

PrimaryAzurePort

Gets the primary port.

PrimaryPeerAddressPrefix

Gets or sets the primary address prefix.

ProvisioningState

Gets the provisioning state of the express route cross connection peering resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

SecondaryAzurePort

Gets the secondary port.

SecondaryPeerAddressPrefix

Gets or sets the secondary address prefix.

SharedKey

Gets or sets the shared key.

State

Gets or sets the peering state. Possible values include: 'Disabled', 'Enabled'

VlanId

Gets or sets the VLAN ID.

Methods

Validate()

Validate the object.

Applies to