Source Struct

Definition

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