Share via


SecurityCenterConnectionType Struct

Definition

The SecurityCenterConnectionType.

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

Constructors

SecurityCenterConnectionType(String)

Initializes a new instance of SecurityCenterConnectionType.

Properties

External

External.

Internal

Internal.

Methods

Equals(SecurityCenterConnectionType)

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

Determines if two SecurityCenterConnectionType values are the same.

Implicit(String to SecurityCenterConnectionType)

Converts a string to a SecurityCenterConnectionType.

Inequality(SecurityCenterConnectionType, SecurityCenterConnectionType)

Determines if two SecurityCenterConnectionType values are not the same.

Applies to