SecurityInsightsSourceKind Struct

Definition

Source type of the content.

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

Constructors

SecurityInsightsSourceKind(String)

Initializes a new instance of SecurityInsightsSourceKind.

Properties

Community

Community.

LocalWorkspace

LocalWorkspace.

Solution

Solution.

SourceRepository

SourceRepository.

Methods

Equals(SecurityInsightsSourceKind)

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

Determines if two SecurityInsightsSourceKind values are the same.

Implicit(String to SecurityInsightsSourceKind)

Converts a string to a SecurityInsightsSourceKind.

Inequality(SecurityInsightsSourceKind, SecurityInsightsSourceKind)

Determines if two SecurityInsightsSourceKind values are not the same.

Applies to