Class AddressSpaceAggregationOption

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

public final class AddressSpaceAggregationOption extends com.azure.core.util.ExpandableStringEnum<AddressSpaceAggregationOption>
Option indicating the update behavior of a resource's address prefixes referenced within a network manager configuration.
  • Field Details

  • Constructor Details

    • AddressSpaceAggregationOption

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

    • fromString

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

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