次の方法で共有


DataFactoryElementKind 構造体

定義

データ ファクトリ要素の種類を表します。

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

コンストラクター

DataFactoryElementKind(String)

DataFactoryElementKind のインスタンスを作成します。

プロパティ

Expression

式要素。

KeyVaultSecretReference

KeyVaultSecretReference 要素。

Literal

リテラル要素。

SecretString

Secret 文字列要素。

メソッド

Equals(DataFactoryElementKind)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

Equals(Object)

このインスタンスと指定したオブジェクトが等しいかどうかを示します。

GetHashCode()

このインスタンスのハッシュ コードを返します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(DataFactoryElementKind, DataFactoryElementKind)

2 つの DataFactoryElementKind インスタンスの等価性を比較します。

Inequality(DataFactoryElementKind, DataFactoryElementKind)

2 つの DataFactoryElementKind インスタンスの不等値を比較します。

適用対象