Class IntegrationRuntimeAuthKeyName
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeAuthKeyName>
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeAuthKeyName
public final class IntegrationRuntimeAuthKeyName
extends com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeAuthKeyName>
The name of the authentication key to regenerate.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IntegrationRuntimeAuthKeyName
Static value authKey1 for IntegrationRuntimeAuthKeyName.static final IntegrationRuntimeAuthKeyName
Static value authKey2 for IntegrationRuntimeAuthKeyName. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a IntegrationRuntimeAuthKeyName from its string representation.values()
Gets known IntegrationRuntimeAuthKeyName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
AUTH_KEY1
Static value authKey1 for IntegrationRuntimeAuthKeyName. -
AUTH_KEY2
Static value authKey2 for IntegrationRuntimeAuthKeyName.
-
-
Constructor Details
-
IntegrationRuntimeAuthKeyName
Deprecated.Use thefromString(String)
factory method.Creates a new instance of IntegrationRuntimeAuthKeyName value.
-
-
Method Details
-
fromString
Creates or finds a IntegrationRuntimeAuthKeyName from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding IntegrationRuntimeAuthKeyName.
-
values
Gets known IntegrationRuntimeAuthKeyName values.- Returns:
- known IntegrationRuntimeAuthKeyName values.
-
fromString(String)
factory method.