Show / Hide Table of Contents

Class ExpressRouteCircuitPeeringMicrosoftPeeringConfig

Inheritance
System.Object
ExpressRouteCircuitPeeringMicrosoftPeeringConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ExpressRouteCircuitPeeringMicrosoftPeeringConfig

Fields

View Source

AdvertisedPublicPrefixes

A list of Advertised Public Prefixes

Declaration
public readonly ImmutableArray<string> AdvertisedPublicPrefixes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

CustomerAsn

The CustomerASN of the peering

Declaration
public readonly int? CustomerAsn
Field Value
Type Description
System.Nullable<System.Int32>
View Source

RoutingRegistryName

The RoutingRegistryName of the configuration

Declaration
public readonly string RoutingRegistryName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.