IntegrationRuntimeAuthKeyName Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. synapse. models. IntegrationRuntimeAuthKeyName
- com.
- com.
public final class IntegrationRuntimeAuthKeyName
extends ExpandableStringEnum<IntegrationRuntimeAuthKeyName>
The name of the authentication key to regenerate.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Integration |
AUTH_KEY1
Static value auth |
|
static final
Integration |
AUTH_KEY2
Static value auth |
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeAuthKeyName() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Integration |
fromString(String name)
Creates or finds a Integration |
|
static
Collection<Integration |
values()
Gets known Integration |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
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.
Constructor Details
IntegrationRuntimeAuthKeyName
@Deprecated
public IntegrationRuntimeAuthKeyName()
Deprecated
Creates a new instance of IntegrationRuntimeAuthKeyName value.
Method Details
fromString
public static IntegrationRuntimeAuthKeyName fromString(String name)
Creates or finds a IntegrationRuntimeAuthKeyName from its string representation.
Parameters:
Returns:
values
public static Collection<IntegrationRuntimeAuthKeyName> values()
Gets known IntegrationRuntimeAuthKeyName values.
Returns: