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