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 SourceAdvertisedPublicPrefixes
A list of Advertised Public Prefixes
Declaration
public readonly ImmutableArray<string> AdvertisedPublicPrefixes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
CustomerAsn
The CustomerASN of the peering
Declaration
public readonly int? CustomerAsn
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
RoutingRegistryName
The RoutingRegistryName of the configuration
Declaration
public readonly string RoutingRegistryName
Field Value
| Type | Description |
|---|---|
| System.String |