Share via


IsManagementType Struct

Definition

Configuration to use NNI for Infrastructure Management. Example: True/False.

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

Constructors

IsManagementType(String)

Initializes a new instance of IsManagementType.

Properties

False

False.

True

True.

Methods

Equals(IsManagementType)

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

Determines if two IsManagementType values are the same.

Implicit(String to IsManagementType)

Converts a string to a IsManagementType.

Inequality(IsManagementType, IsManagementType)

Determines if two IsManagementType values are not the same.

Applies to