Uses of Interface
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeAuthKeys
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of IntegrationRuntimeAuthKeys in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionIntegrationRuntimeResource.listAuthKeys()
Retrieves the authentication keys for an integration runtime.IntegrationRuntimes.listAuthKeys
(String resourceGroupName, String factoryName, String integrationRuntimeName) Retrieves the authentication keys for an integration runtime.IntegrationRuntimeResource.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.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<IntegrationRuntimeAuthKeys>
IntegrationRuntimeResource.listAuthKeysWithResponse
(com.azure.core.util.Context context) Retrieves the authentication keys for an integration runtime.com.azure.core.http.rest.Response<IntegrationRuntimeAuthKeys>
IntegrationRuntimes.listAuthKeysWithResponse
(String resourceGroupName, String factoryName, String integrationRuntimeName, com.azure.core.util.Context context) Retrieves the authentication keys 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.