DataConnectionContent Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET