ExternalSecuritySolutionKind 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.
The kind of the external solution.
public readonly struct ExternalSecuritySolutionKind : IEquatable<Azure.ResourceManager.SecurityCenter.Models.ExternalSecuritySolutionKind>
type ExternalSecuritySolutionKind = struct
Public Structure ExternalSecuritySolutionKind
Implements IEquatable(Of ExternalSecuritySolutionKind)
- Inheritance
-
ExternalSecuritySolutionKind
- Implements
Constructors
ExternalSecuritySolutionKind(String) |
Initializes a new instance of ExternalSecuritySolutionKind. |
Properties
Aad |
AAD. |
Ata |
ATA. |
Cef |
CEF. |
Methods
Equals(ExternalSecuritySolutionKind) |
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(ExternalSecuritySolutionKind, ExternalSecuritySolutionKind) |
Determines if two ExternalSecuritySolutionKind values are the same. |
Implicit(String to ExternalSecuritySolutionKind) |
Converts a string to a ExternalSecuritySolutionKind. |
Inequality(ExternalSecuritySolutionKind, ExternalSecuritySolutionKind) |
Determines if two ExternalSecuritySolutionKind values are not the same. |
Applies to
Azure SDK for .NET