IntegrationRuntimeLicenseType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. synapse. models. IntegrationRuntimeLicenseType
- com.
- com.
public final class IntegrationRuntimeLicenseType
extends ExpandableStringEnum<IntegrationRuntimeLicenseType>
License type for bringing your own license scenario.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Integration |
BASE_PRICE
Static value Base |
|
static final
Integration |
LICENSE_INCLUDED
Static value License |
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeLicenseType() |
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
BASE_PRICE
public static final IntegrationRuntimeLicenseType BASE_PRICE
Static value BasePrice for IntegrationRuntimeLicenseType.
LICENSE_INCLUDED
public static final IntegrationRuntimeLicenseType LICENSE_INCLUDED
Static value LicenseIncluded for IntegrationRuntimeLicenseType.
Constructor Details
IntegrationRuntimeLicenseType
@Deprecated
public IntegrationRuntimeLicenseType()
Deprecated
Creates a new instance of IntegrationRuntimeLicenseType value.
Method Details
fromString
public static IntegrationRuntimeLicenseType fromString(String name)
Creates or finds a IntegrationRuntimeLicenseType from its string representation.
Parameters:
Returns:
values
public static Collection<IntegrationRuntimeLicenseType> values()
Gets known IntegrationRuntimeLicenseType values.
Returns: