Class DestinationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DestinationType>
com.azure.resourcemanager.networkfunction.models.DestinationType

public final class DestinationType extends com.azure.core.util.ExpandableStringEnum<DestinationType>
Defines values for DestinationType.
  • Field Details

    • AZURE_MONITOR

      public static final DestinationType AZURE_MONITOR
      Static value AzureMonitor for DestinationType.
  • Constructor Details

    • DestinationType

      public DestinationType()
  • Method Details

    • fromString

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

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