IntegrationRuntimeAuthKeysOperationsExtensions.Regenerate メソッド

定義

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

public static Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeAuthKeys Regenerate (this Microsoft.Azure.Management.Synapse.IIntegrationRuntimeAuthKeysOperations operations, string resourceGroupName, string workspaceName, string integrationRuntimeName, Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters);
static member Regenerate : Microsoft.Azure.Management.Synapse.IIntegrationRuntimeAuthKeysOperations * string * string * string * Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeRegenerateKeyParameters -> Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeAuthKeys
<Extension()>
Public Function Regenerate (operations As IIntegrationRuntimeAuthKeysOperations, resourceGroupName As String, workspaceName As String, integrationRuntimeName As String, regenerateKeyParameters As IntegrationRuntimeRegenerateKeyParameters) As IntegrationRuntimeAuthKeys

パラメーター

operations
IIntegrationRuntimeAuthKeysOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

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

workspaceName
String

ワークスペースの名前。

integrationRuntimeName
String

統合ランタイムの名前

regenerateKeyParameters
IntegrationRuntimeRegenerateKeyParameters

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

戻り値

注釈

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

適用対象