IsMonitoringEnabled 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.
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. |