Uses of Class
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeAuthKeyName
-
Packages that use IntegrationRuntimeAuthKeyName Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of IntegrationRuntimeAuthKeyName in com.azure.resourcemanager.datafactory.models
Fields in com.azure.resourcemanager.datafactory.models declared as IntegrationRuntimeAuthKeyName Modifier and Type Field Description static IntegrationRuntimeAuthKeyName
IntegrationRuntimeAuthKeyName. AUTH_KEY1
Static value authKey1 for IntegrationRuntimeAuthKeyName.static IntegrationRuntimeAuthKeyName
IntegrationRuntimeAuthKeyName. AUTH_KEY2
Static value authKey2 for IntegrationRuntimeAuthKeyName.Methods in com.azure.resourcemanager.datafactory.models that return IntegrationRuntimeAuthKeyName Modifier and Type Method Description static IntegrationRuntimeAuthKeyName
IntegrationRuntimeAuthKeyName. fromString(String name)
Creates or finds a IntegrationRuntimeAuthKeyName from its string representation.IntegrationRuntimeAuthKeyName
IntegrationRuntimeRegenerateKeyParameters. keyName()
Get the keyName property: The name of the authentication key to regenerate.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type IntegrationRuntimeAuthKeyName Modifier and Type Method Description static Collection<IntegrationRuntimeAuthKeyName>
IntegrationRuntimeAuthKeyName. values()
Gets known IntegrationRuntimeAuthKeyName values.Methods in com.azure.resourcemanager.datafactory.models with parameters of type IntegrationRuntimeAuthKeyName Modifier and Type Method Description IntegrationRuntimeRegenerateKeyParameters
IntegrationRuntimeRegenerateKeyParameters. withKeyName(IntegrationRuntimeAuthKeyName keyName)
Set the keyName property: The name of the authentication key to regenerate.
-