DiscoverySourceKind 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 disco source.
public readonly struct DiscoverySourceKind : IEquatable<Azure.Analytics.Defender.Easm.DiscoverySourceKind>
type DiscoverySourceKind = struct
Public Structure DiscoverySourceKind
Implements IEquatable(Of DiscoverySourceKind)
- Inheritance
-
DiscoverySourceKind
- Implements
Constructors
DiscoverySourceKind(String) |
Initializes a new instance of DiscoverySourceKind. |
Properties
As |
as. |
Attribute |
attribute. |
Contact |
contact. |
Domain |
domain. |
Host |
host. |
IpBlock |
ipBlock. |
Methods
Equals(DiscoverySourceKind) |
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(DiscoverySourceKind, DiscoverySourceKind) |
Determines if two DiscoverySourceKind values are the same. |
Implicit(String to DiscoverySourceKind) |
Converts a string to a DiscoverySourceKind. |
Inequality(DiscoverySourceKind, DiscoverySourceKind) |
Determines if two DiscoverySourceKind values are not the same. |