Class AssociationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AssociationType>
com.azure.resourcemanager.network.models.AssociationType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class AssociationType extends com.azure.core.util.ExpandableStringEnum<AssociationType>
The association type of the child resource to the parent resource.
  • Field Details

    • ASSOCIATED

      public static final AssociationType ASSOCIATED
      Static value Associated for AssociationType.
    • CONTAINS

      public static final AssociationType CONTAINS
      Static value Contains for AssociationType.
  • Constructor Details

    • AssociationType

      @Deprecated public AssociationType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of AssociationType value.
  • Method Details

    • fromString

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

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