Share via


DataConnectionContent Struct

Definition

The type of data the data connection will transfer.

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

Constructors

DataConnectionContent(String)

Initializes a new instance of DataConnectionContent.

Properties

Assets

assets.

AttackSurfaceInsights

attackSurfaceInsights.

Methods

Equals(DataConnectionContent)

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

Determines if two DataConnectionContent values are the same.

Implicit(String to DataConnectionContent)

Converts a string to a DataConnectionContent.

Inequality(DataConnectionContent, DataConnectionContent)

Determines if two DataConnectionContent values are not the same.

Applies to