ExpressRoutePeeringType Class

Definition

Defines values for ExpressRoutePeeringType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePeeringType>))]
public class ExpressRoutePeeringType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePeeringType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePeeringType>))>]
type ExpressRoutePeeringType = class
    inherit ExpandableStringEnum<ExpressRoutePeeringType>
Public Class ExpressRoutePeeringType
Inherits ExpandableStringEnum(Of ExpressRoutePeeringType)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

ExpressRoutePeeringType()

Fields

AzurePrivatePeering
AzurePublicPeering
MicrosoftPeering

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to