Freigeben über


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

Name Description
SecurityInsightsDataTypeConnectionState(String)

Initializes a new instance of SecurityInsightsDataTypeConnectionState.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
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

Name Description
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