你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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