Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeAuthKeysInner
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of IntegrationRuntimeAuthKeysInner in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionIntegrationRuntimesClient.listAuthKeys
(String resourceGroupName, String factoryName, String integrationRuntimeName) Retrieves the authentication keys for an integration runtime.IntegrationRuntimesClient.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<IntegrationRuntimeAuthKeysInner>
IntegrationRuntimesClient.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<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 IntegrationRuntimeAuthKeysInner in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionIntegrationRuntimeAuthKeysInner.withAuthKey1
(String authKey1) Set the authKey1 property: The primary integration runtime authentication key.IntegrationRuntimeAuthKeysInner.withAuthKey2
(String authKey2) Set the authKey2 property: The secondary integration runtime authentication key. -
Uses of IntegrationRuntimeAuthKeysInner in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionIntegrationRuntimeAuthKeys.innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeAuthKeysInner object.