SecurityInsightsSourceKind Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET