Source 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 source of the watchlist.
public readonly struct Source : IEquatable<Azure.ResourceManager.SecurityInsights.Models.Source>
type Source = struct
Public Structure Source
Implements IEquatable(Of Source)
- Inheritance
-
Source
- Implements
Constructors
Source(String) |
Initializes a new instance of Source. |
Properties
LocalFile |
Local file. |
RemoteStorage |
Remote storage. |
Methods
Equals(Source) |
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(Source, Source) |
Determines if two Source values are the same. |
Implicit(String to Source) |
Converts a string to a Source. |
Inequality(Source, Source) |
Determines if two Source values are not the same. |
Applies to
Azure SDK for .NET