Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeAuthKeysInner
-
Packages that use IntegrationRuntimeAuthKeysInner Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of IntegrationRuntimeAuthKeysInner in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent that return IntegrationRuntimeAuthKeysInner Modifier and Type Method Description IntegrationRuntimeAuthKeysInner
IntegrationRuntimesClient. listAuthKeys(String resourceGroupName, String factoryName, String integrationRuntimeName)
Retrieves the authentication keys for an integration runtime.IntegrationRuntimeAuthKeysInner
IntegrationRuntimesClient. regenerateAuthKey(String resourceGroupName, String factoryName, String integrationRuntimeName, IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters)
Regenerates the authentication key for an integration runtime.Methods in com.azure.resourcemanager.datafactory.fluent that return types with arguments of type IntegrationRuntimeAuthKeysInner Modifier and Type Method Description com.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
Methods in com.azure.resourcemanager.datafactory.fluent.models that return IntegrationRuntimeAuthKeysInner Modifier and Type Method Description IntegrationRuntimeAuthKeysInner
IntegrationRuntimeAuthKeysInner. withAuthKey1(String authKey1)
Set the authKey1 property: The primary integration runtime authentication key.IntegrationRuntimeAuthKeysInner
IntegrationRuntimeAuthKeysInner. withAuthKey2(String authKey2)
Set the authKey2 property: The secondary integration runtime authentication key. -
Uses of IntegrationRuntimeAuthKeysInner in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return IntegrationRuntimeAuthKeysInner Modifier and Type Method Description IntegrationRuntimeAuthKeysInner
IntegrationRuntimeAuthKeys. innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeAuthKeysInner object.
-