Share via


NniType Struct

Definition

Type of NNI used. Example: CE | NPB.

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

Constructors

NniType(String)

Initializes a new instance of NniType.

Properties

CE

CE.

Npb

NPB.

Methods

Equals(NniType)

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(NniType, NniType)

Determines if two NniType values are the same.

Implicit(String to NniType)

Converts a string to a NniType.

Inequality(NniType, NniType)

Determines if two NniType values are not the same.

Applies to