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 Summary
FieldsModifier and TypeFieldDescriptionstatic final GroupMemberTypeStatic value Subnet for GroupMemberType.static final GroupMemberTypeStatic value VirtualNetwork for GroupMemberType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GroupMemberTypefromString(String name) Creates or finds a GroupMemberType from its string representation.static Collection<GroupMemberType> values()Gets known GroupMemberType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
VIRTUAL_NETWORK
Static value VirtualNetwork for GroupMemberType. -
SUBNET
Static value Subnet for GroupMemberType.
-
-
Constructor Details
-
GroupMemberType
Deprecated.Use thefromString(String)factory method.Creates a new instance of GroupMemberType value.
-
-
Method Details
-
fromString
Creates or finds a GroupMemberType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding GroupMemberType.
-
values
Gets known GroupMemberType values.- Returns:
- known GroupMemberType values.
-
fromString(String)factory method.