Uses of Class
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeAuthKeyName
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of IntegrationRuntimeAuthKeyName in com.azure.resourcemanager.datafactory.models
Modifier and TypeFieldDescriptionstatic final IntegrationRuntimeAuthKeyName
IntegrationRuntimeAuthKeyName.AUTH_KEY1
Static value authKey1 for IntegrationRuntimeAuthKeyName.static final IntegrationRuntimeAuthKeyName
IntegrationRuntimeAuthKeyName.AUTH_KEY2
Static value authKey2 for IntegrationRuntimeAuthKeyName.Modifier and TypeMethodDescriptionIntegrationRuntimeAuthKeyName.fromString
(String name) Creates or finds a IntegrationRuntimeAuthKeyName from its string representation.IntegrationRuntimeRegenerateKeyParameters.keyName()
Get the keyName property: The name of the authentication key to regenerate.Modifier and TypeMethodDescriptionIntegrationRuntimeAuthKeyName.values()
Gets known IntegrationRuntimeAuthKeyName values.Modifier and TypeMethodDescriptionIntegrationRuntimeRegenerateKeyParameters.withKeyName
(IntegrationRuntimeAuthKeyName keyName) Set the keyName property: The name of the authentication key to regenerate.