SecurityInsightsDataTypeConnectionState 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.
Describe whether this data type connection is enabled or not.
public readonly struct SecurityInsightsDataTypeConnectionState : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsDataTypeConnectionState>
type SecurityInsightsDataTypeConnectionState = struct
Public Structure SecurityInsightsDataTypeConnectionState
Implements IEquatable(Of SecurityInsightsDataTypeConnectionState)
- Inheritance
-
SecurityInsightsDataTypeConnectionState
- Implements
Constructors
SecurityInsightsDataTypeConnectionState(String) |
Initializes a new instance of SecurityInsightsDataTypeConnectionState. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(SecurityInsightsDataTypeConnectionState) |
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(SecurityInsightsDataTypeConnectionState, SecurityInsightsDataTypeConnectionState) |
Determines if two SecurityInsightsDataTypeConnectionState values are the same. |
Implicit(String to SecurityInsightsDataTypeConnectionState) |
Converts a string to a SecurityInsightsDataTypeConnectionState. |
Inequality(SecurityInsightsDataTypeConnectionState, SecurityInsightsDataTypeConnectionState) |
Determines if two SecurityInsightsDataTypeConnectionState values are not the same. |
Applies to
Azure SDK for .NET