AssetUpdateState Struct

Definition

The state to update the asset to.

public readonly struct AssetUpdateState : IEquatable<Azure.Analytics.Defender.Easm.AssetUpdateState>
type AssetUpdateState = struct
Public Structure AssetUpdateState
Implements IEquatable(Of AssetUpdateState)
Inheritance
AssetUpdateState
Implements

Constructors

AssetUpdateState(String)

Initializes a new instance of AssetUpdateState.

Properties

AssociatedPartner

associatedPartner.

AssociatedThirdparty

associatedThirdparty.

Candidate

candidate.

CandidateInvestigate

candidateInvestigate.

Confirmed

confirmed.

Dismissed

dismissed.

Methods

Equals(AssetUpdateState)

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(AssetUpdateState, AssetUpdateState)

Determines if two AssetUpdateState values are the same.

Implicit(String to AssetUpdateState)

Converts a string to a AssetUpdateState.

Inequality(AssetUpdateState, AssetUpdateState)

Determines if two AssetUpdateState values are not the same.

Applies to