IPeeringServicePrefixProperties.LearnedType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The prefix learned type
[Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Description="The prefix learned type", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.LearnedType) }, ReadOnly=true, Required=false, SerializedName="learnedType")]
public Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.LearnedType? LearnedType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Description="The prefix learned type", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.LearnedType) }, ReadOnly=true, Required=false, SerializedName="learnedType")>]
member this.LearnedType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.LearnedType>
Public ReadOnly Property LearnedType As Nullable(Of LearnedType)
Property Value
- Attributes