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

DataFactoryElementKind Struct

Definition

Represents the kind of data factory element.

public readonly struct DataFactoryElementKind : IEquatable<Azure.Core.Expressions.DataFactory.DataFactoryElementKind>
type DataFactoryElementKind = struct
Public Structure DataFactoryElementKind
Implements IEquatable(Of DataFactoryElementKind)
Inheritance
DataFactoryElementKind
Implements

Constructors

DataFactoryElementKind(String)

Creates an instance of DataFactoryElementKind.

Properties

Expression

An expression element.

KeyVaultSecret

A KeyVaultSecretReference element.

KeyVaultSecretReference

A KeyVaultSecretReference element.

Literal

A literal element.

SecretString

A Secret string element.

Methods

Equals(DataFactoryElementKind)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(DataFactoryElementKind, DataFactoryElementKind)

Compares equality of two DataFactoryElementKind instances.

Inequality(DataFactoryElementKind, DataFactoryElementKind)

Compares inequality of two DataFactoryElementKind instances.

Applies to