Class GroupMemberType

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

public final class GroupMemberType extends com.azure.core.util.ExpandableStringEnum<GroupMemberType>
Network Group member type.
  • Field Details

    • VIRTUAL_NETWORK

      public static final GroupMemberType VIRTUAL_NETWORK
      Static value VirtualNetwork for GroupMemberType.
    • SUBNET

      public static final GroupMemberType SUBNET
      Static value Subnet for GroupMemberType.
  • Constructor Details

    • GroupMemberType

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

    • fromString

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

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