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

Name Description
DataConnectionContent(String)

Initializes a new instance of DataConnectionContent.

Properties

Name Description
Assets

assets.

AttackSurfaceInsights

attackSurfaceInsights.

Methods

Name Description
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

Name Description
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