次の方法で共有


IntegrationRuntimeAuthKeysOperations interface

IntegrationRuntimeAuthKeysOperations を表すインターフェイス。

メソッド

list(string, string, string, IntegrationRuntimeAuthKeysListOptionalParams)

統合ランタイムでの認証キーの一覧表示

regenerate(string, string, string, IntegrationRuntimeRegenerateKeyParameters, IntegrationRuntimeAuthKeysRegenerateOptionalParams)

統合ランタイムの認証キーを再生成する

メソッドの詳細

list(string, string, string, IntegrationRuntimeAuthKeysListOptionalParams)

統合ランタイムでの認証キーの一覧表示

function list(resourceGroupName: string, workspaceName: string, integrationRuntimeName: string, options?: IntegrationRuntimeAuthKeysListOptionalParams): Promise<IntegrationRuntimeAuthKeys>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

workspaceName

string

ワークスペースの名前。

integrationRuntimeName

string

統合ランタイム名

options
IntegrationRuntimeAuthKeysListOptionalParams

オプション パラメーター。

戻り値

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

統合ランタイム認証キーを再生成するためのパラメーター。

options
IntegrationRuntimeAuthKeysRegenerateOptionalParams

オプション パラメーター。

戻り値