次の方法で共有


IntegrationRuntimeAuthKeyName 構造体

定義

再生成する認証キーの名前。

public readonly struct IntegrationRuntimeAuthKeyName : IEquatable<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeAuthKeyName>
type IntegrationRuntimeAuthKeyName = struct
Public Structure IntegrationRuntimeAuthKeyName
Implements IEquatable(Of IntegrationRuntimeAuthKeyName)
継承
IntegrationRuntimeAuthKeyName
実装

コンストラクター

IntegrationRuntimeAuthKeyName(String)

IntegrationRuntimeAuthKeyName の新しいインスタンスを初期化します。

プロパティ

AuthKey1

authKey1。

AuthKey2

authKey2。

メソッド

Equals(IntegrationRuntimeAuthKeyName)

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

ToString()

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

演算子

Equality(IntegrationRuntimeAuthKeyName, IntegrationRuntimeAuthKeyName)

2 つの IntegrationRuntimeAuthKeyName 値が同じかどうかを判断します。

Implicit(String to IntegrationRuntimeAuthKeyName)

文字列を IntegrationRuntimeAuthKeyName に変換します。

Inequality(IntegrationRuntimeAuthKeyName, IntegrationRuntimeAuthKeyName)

2 つの IntegrationRuntimeAuthKeyName 値が同じでないかどうかを判断します。

適用対象