NniType Struct
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET