Uses of Interface
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeAuthKeys
-
Packages that use IntegrationRuntimeAuthKeys Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of IntegrationRuntimeAuthKeys in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return IntegrationRuntimeAuthKeys Modifier and Type Method Description IntegrationRuntimeAuthKeys
IntegrationRuntimeResource. listAuthKeys()
Retrieves the authentication keys for an integration runtime.IntegrationRuntimeAuthKeys
IntegrationRuntimes. listAuthKeys(String resourceGroupName, String factoryName, String integrationRuntimeName)
Retrieves the authentication keys for an integration runtime.IntegrationRuntimeAuthKeys
IntegrationRuntimeResource. regenerateAuthKey(IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters)
Regenerates the authentication key for an integration runtime.IntegrationRuntimeAuthKeys
IntegrationRuntimes. regenerateAuthKey(String resourceGroupName, String factoryName, String integrationRuntimeName, IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters)
Regenerates the authentication key for an integration runtime.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type IntegrationRuntimeAuthKeys Modifier and Type Method Description com.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.
-