IntegrationRuntimeAuthKeysOperations interface
IntegrationRuntimeAuthKeysOperations を表すインターフェイス。
メソッド
メソッドの詳細
list(string, string, string, IntegrationRuntimeAuthKeysListOptionalParams)
統合ランタイムでの認証キーの一覧表示
function list(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimeAuthKeysListOptionalParams): Promise<IntegrationRuntimeAuthKeys>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前。
- integrationRuntimeName
-
string
統合ランタイム名
オプション パラメーター。
戻り値
Promise<IntegrationRuntimeAuthKeys>
regenerate(string, string, string, IntegrationRuntimeRegenerateKeyParameters, IntegrationRuntimeAuthKeysRegenerateOptionalParams)
統合ランタイムの認証キーを再生成する
function regenerate(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, regenerateKeyParameters: IntegrationRuntimeRegenerateKeyParameters, options?: IntegrationRuntimeAuthKeysRegenerateOptionalParams): Promise<IntegrationRuntimeAuthKeys>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前。
- integrationRuntimeName
-
string
統合ランタイム名
- regenerateKeyParameters
- IntegrationRuntimeRegenerateKeyParameters
統合ランタイム認証キーを再生成するためのパラメーター。
オプション パラメーター。
戻り値
Promise<IntegrationRuntimeAuthKeys>