Uses of Class
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeRegenerateKeyParameters
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of IntegrationRuntimeRegenerateKeyParameters in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionIntegrationRuntimesClient.regenerateAuthKey
(String resourceGroupName, String factoryName, String integrationRuntimeName, IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters) Regenerates the authentication key for an integration runtime.com.azure.core.http.rest.Response<IntegrationRuntimeAuthKeysInner>
IntegrationRuntimesClient.regenerateAuthKeyWithResponse
(String resourceGroupName, String factoryName, String integrationRuntimeName, IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters, com.azure.core.util.Context context) Regenerates the authentication key for an integration runtime. -
Uses of IntegrationRuntimeRegenerateKeyParameters in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionIntegrationRuntimeRegenerateKeyParameters.withKeyName
(IntegrationRuntimeAuthKeyName keyName) Set the keyName property: The name of the authentication key to regenerate.Modifier and TypeMethodDescriptionIntegrationRuntimeResource.regenerateAuthKey
(IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters) Regenerates the authentication key for an integration runtime.IntegrationRuntimes.regenerateAuthKey
(String resourceGroupName, String factoryName, String integrationRuntimeName, IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters) Regenerates the authentication key for an integration runtime.com.azure.core.http.rest.Response<IntegrationRuntimeAuthKeys>
IntegrationRuntimeResource.regenerateAuthKeyWithResponse
(IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters, com.azure.core.util.Context context) Regenerates the authentication key for an integration runtime.com.azure.core.http.rest.Response<IntegrationRuntimeAuthKeys>
IntegrationRuntimes.regenerateAuthKeyWithResponse
(String resourceGroupName, String factoryName, String integrationRuntimeName, IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters, com.azure.core.util.Context context) Regenerates the authentication key for an integration runtime.