Share via


PeeringOption Struct

Definition

Peering option list.

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

Constructors

PeeringOption(String)

Initializes a new instance of PeeringOption.

Properties

OptionA

OptionA.

OptionB

OptionB.

Methods

Equals(PeeringOption)

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

Equality(PeeringOption, PeeringOption)

Determines if two PeeringOption values are the same.

Implicit(String to PeeringOption)

Converts a string to a PeeringOption.

Inequality(PeeringOption, PeeringOption)

Determines if two PeeringOption values are not the same.

Applies to