Class IntegrationRuntimeEntityReferenceType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeEntityReferenceType>
-
- com.azure.resourcemanager.synapse.models.IntegrationRuntimeEntityReferenceType
-
public final class IntegrationRuntimeEntityReferenceType extends com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeEntityReferenceType>
Defines values for IntegrationRuntimeEntityReferenceType.
-
-
Field Summary
Fields Modifier and Type Field Description static IntegrationRuntimeEntityReferenceType
INTEGRATION_RUNTIME_REFERENCE
Static value IntegrationRuntimeReference for IntegrationRuntimeEntityReferenceType.static IntegrationRuntimeEntityReferenceType
LINKED_SERVICE_REFERENCE
Static value LinkedServiceReference for IntegrationRuntimeEntityReferenceType.
-
Constructor Summary
Constructors Constructor Description IntegrationRuntimeEntityReferenceType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IntegrationRuntimeEntityReferenceType
fromString(String name)
Creates or finds a IntegrationRuntimeEntityReferenceType from its string representation.static Collection<IntegrationRuntimeEntityReferenceType>
values()
-
-
-
Field Detail
-
INTEGRATION_RUNTIME_REFERENCE
public static final IntegrationRuntimeEntityReferenceType INTEGRATION_RUNTIME_REFERENCE
Static value IntegrationRuntimeReference for IntegrationRuntimeEntityReferenceType.
-
LINKED_SERVICE_REFERENCE
public static final IntegrationRuntimeEntityReferenceType LINKED_SERVICE_REFERENCE
Static value LinkedServiceReference for IntegrationRuntimeEntityReferenceType.
-
-
Method Detail
-
fromString
public static IntegrationRuntimeEntityReferenceType fromString(String name)
Creates or finds a IntegrationRuntimeEntityReferenceType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding IntegrationRuntimeEntityReferenceType.
-
values
public static Collection<IntegrationRuntimeEntityReferenceType> values()
- Returns:
- known IntegrationRuntimeEntityReferenceType values.
-
-