次の方法で共有


LinkedIntegrationRuntimeKeyAuthorization クラス

定義

キー承認の種類の統合ランタイム。

[Newtonsoft.Json.JsonObject("Key")]
public class LinkedIntegrationRuntimeKeyAuthorization : Microsoft.Azure.Management.Synapse.Models.LinkedIntegrationRuntimeType
[<Newtonsoft.Json.JsonObject("Key")>]
type LinkedIntegrationRuntimeKeyAuthorization = class
    inherit LinkedIntegrationRuntimeType
Public Class LinkedIntegrationRuntimeKeyAuthorization
Inherits LinkedIntegrationRuntimeType
継承
LinkedIntegrationRuntimeKeyAuthorization
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

LinkedIntegrationRuntimeKeyAuthorization()

LinkedIntegrationRuntimeKeyAuthorization クラスの新しいインスタンスを初期化します。

LinkedIntegrationRuntimeKeyAuthorization(SecureString)

LinkedIntegrationRuntimeKeyAuthorization クラスの新しいインスタンスを初期化します。

プロパティ

Key

承認に使用されるキーを取得または設定します。

メソッド

Validate()

オブジェクトを検証します。

適用対象