Share via


IsMonitoringEnabled Struct

Definition

To check whether monitoring of internal network is enabled or not.

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

Constructors

IsMonitoringEnabled(String)

Initializes a new instance of IsMonitoringEnabled.

Properties

False

False.

True

True.

Methods

Equals(IsMonitoringEnabled)

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

Determines if two IsMonitoringEnabled values are the same.

Implicit(String to IsMonitoringEnabled)

Converts a string to a IsMonitoringEnabled.

Inequality(IsMonitoringEnabled, IsMonitoringEnabled)

Determines if two IsMonitoringEnabled values are not the same.

Applies to