Class AssociationType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<AssociationType>
-
- com.azure.resourcemanager.network.models.AssociationType
-
public final class AssociationType extends com.azure.core.util.ExpandableStringEnum<AssociationType>
Defines values for AssociationType.
-
-
Field Summary
Fields Modifier and Type Field Description static AssociationTypeASSOCIATEDStatic value Associated for AssociationType.static AssociationTypeCONTAINSStatic value Contains for AssociationType.
-
Constructor Summary
Constructors Constructor Description AssociationType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AssociationTypefromString(String name)Creates or finds a AssociationType from its string representation.static Collection<AssociationType>values()
-
-
-
Field Detail
-
ASSOCIATED
public static final AssociationType ASSOCIATED
Static value Associated for AssociationType.
-
CONTAINS
public static final AssociationType CONTAINS
Static value Contains for AssociationType.
-
-
Method Detail
-
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()
- Returns:
- known AssociationType values.
-
-