SecurityInsightsDataTypeConnectionState Struct

Definition

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