Class ExpressRouteCircuitPeeringMicrosoftPeeringConfigArgs
Inheritance
System.Object
ExpressRouteCircuitPeeringMicrosoftPeeringConfigArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ExpressRouteCircuitPeeringMicrosoftPeeringConfigArgs : ResourceArgs
Constructors
View SourceExpressRouteCircuitPeeringMicrosoftPeeringConfigArgs()
Declaration
public ExpressRouteCircuitPeeringMicrosoftPeeringConfigArgs()
Properties
View SourceAdvertisedPublicPrefixes
A list of Advertised Public Prefixes
Declaration
public InputList<string> AdvertisedPublicPrefixes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
CustomerAsn
The CustomerASN of the peering
Declaration
public Input<int> CustomerAsn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RoutingRegistryName
The RoutingRegistryName of the configuration
Declaration
public Input<string> RoutingRegistryName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |