Udostępnij przez


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

Name Description
SecurityCenterConnectionType(String)

Initializes a new instance of SecurityCenterConnectionType.

Properties

Name Description
External

External.

Internal

Internal.

Methods

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

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