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>
Defines values for IntegrationRuntimeAuthKeyName.
-
-
Field Summary
Fields Modifier and Type Field Description static IntegrationRuntimeAuthKeyName
AUTH_KEY1
Static value authKey1 for IntegrationRuntimeAuthKeyName.static IntegrationRuntimeAuthKeyName
AUTH_KEY2
Static value authKey2 for IntegrationRuntimeAuthKeyName.
-
Constructor Summary
Constructors Constructor Description IntegrationRuntimeAuthKeyName()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IntegrationRuntimeAuthKeyName
fromString(String name)
Creates or finds a IntegrationRuntimeAuthKeyName from its string representation.static Collection<IntegrationRuntimeAuthKeyName>
values()
Gets known IntegrationRuntimeAuthKeyName values.
-
-
-
Field Detail
-
AUTH_KEY1
public static final IntegrationRuntimeAuthKeyName AUTH_KEY1
Static value authKey1 for IntegrationRuntimeAuthKeyName.
-
AUTH_KEY2
public static final IntegrationRuntimeAuthKeyName AUTH_KEY2
Static value authKey2 for IntegrationRuntimeAuthKeyName.
-
-
Method Detail
-
fromString
public static IntegrationRuntimeAuthKeyName fromString(String name)
Creates or finds a IntegrationRuntimeAuthKeyName from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding IntegrationRuntimeAuthKeyName.
-
values
public static Collection<IntegrationRuntimeAuthKeyName> values()
Gets known IntegrationRuntimeAuthKeyName values.- Returns:
- known IntegrationRuntimeAuthKeyName values.
-
-