IntegrationRuntimeAuthKeysOperationsExtensions.Regenerate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Regenerate integration runtime authentication key
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
Parameters
- operations
- IIntegrationRuntimeAuthKeysOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group. The name is case insensitive.
- workspaceName
- String
The name of the workspace.
- integrationRuntimeName
- String
Integration runtime name
- regenerateKeyParameters
- IntegrationRuntimeRegenerateKeyParameters
The parameters for regenerating integration runtime authentication key.
Returns
Remarks
Regenerate the authentication key for an integration runtime
Applies to
Azure SDK for .NET