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

Name Description
PeeringOption(String)

Initializes a new instance of PeeringOption.

Properties

Name Description
OptionA

OptionA.

OptionB

OptionB.

Methods

Name Description
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

Name Description
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