Show / Hide Table of Contents

Class ExpressRouteCircuitPeeringMicrosoftPeeringConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ExpressRouteCircuitPeeringMicrosoftPeeringConfigGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ExpressRouteCircuitPeeringMicrosoftPeeringConfigGetArgs : ResourceArgs

Constructors

View Source

ExpressRouteCircuitPeeringMicrosoftPeeringConfigGetArgs()

Declaration
public ExpressRouteCircuitPeeringMicrosoftPeeringConfigGetArgs()

Properties

View Source

AdvertisedPublicPrefixes

A list of Advertised Public Prefixes

Declaration
public InputList<string> AdvertisedPublicPrefixes { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

CustomerAsn

The CustomerASN of the peering

Declaration
public Input<int> CustomerAsn { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RoutingRegistryName

The RoutingRegistryName of the configuration

Declaration
public Input<string> RoutingRegistryName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.