Udostępnij przez


PeeringLearnedType Struct

Definition

The prefix learned type.

public readonly struct PeeringLearnedType : IEquatable<Azure.ResourceManager.Peering.Models.PeeringLearnedType>
type PeeringLearnedType = struct
Public Structure PeeringLearnedType
Implements IEquatable(Of PeeringLearnedType)
Inheritance
PeeringLearnedType
Implements

Constructors

Name Description
PeeringLearnedType(String)

Initializes a new instance of PeeringLearnedType.

Properties

Name Description
None

None.

ViaServiceProvider

ViaServiceProvider.

ViaSession

ViaSession.

Methods

Name Description
Equals(PeeringLearnedType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(PeeringLearnedType, PeeringLearnedType)

Determines if two PeeringLearnedType values are the same.

Implicit(String to PeeringLearnedType)

Converts a String to a PeeringLearnedType.

Inequality(PeeringLearnedType, PeeringLearnedType)

Determines if two PeeringLearnedType values are not the same.

Applies to