Class IntegrationRuntimeLicenseType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeLicenseType>
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeLicenseType

public final class IntegrationRuntimeLicenseType extends com.azure.core.util.ExpandableStringEnum<IntegrationRuntimeLicenseType>
License type for bringing your own license scenario.
  • Field Details

  • Constructor Details

    • IntegrationRuntimeLicenseType

      public IntegrationRuntimeLicenseType()
  • Method Details

    • fromString

      public static IntegrationRuntimeLicenseType fromString(String name)
      Creates or finds a IntegrationRuntimeLicenseType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding IntegrationRuntimeLicenseType.
    • values

      public static Collection<IntegrationRuntimeLicenseType> values()
      Gets known IntegrationRuntimeLicenseType values.
      Returns:
      known IntegrationRuntimeLicenseType values.