ExpressRouteCrossConnectionPeering 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.
Peering in an ExpressRoute Cross Connection resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ExpressRouteCrossConnectionPeering : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExpressRouteCrossConnectionPeering = class
inherit SubResource
Public Class ExpressRouteCrossConnectionPeering
Inherits SubResource
- Inheritance
- Attributes
Constructors
ExpressRouteCrossConnectionPeering() |
Initializes a new instance of the ExpressRouteCrossConnectionPeering class. |
ExpressRouteCrossConnectionPeering(String, String, String, Nullable<Int32>, Nullable<Int64>, String, String, String, String, String, Nullable<Int32>, ExpressRouteCircuitPeeringConfig, String, String, String, Ipv6ExpressRouteCircuitPeeringConfig, String, String) |
Initializes a new instance of the ExpressRouteCrossConnectionPeering 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 |
Gets or sets 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
Azure SDK for .NET