Class IsolationMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IsolationMode>
com.azure.resourcemanager.machinelearning.models.IsolationMode
Isolation mode for the managed network of a machine learning workspace.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IsolationModeStatic value AllowInternetOutbound for IsolationMode.static final IsolationModeStatic value AllowOnlyApprovedOutbound for IsolationMode.static final IsolationModeStatic value Disabled for IsolationMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IsolationModefromString(String name) Creates or finds a IsolationMode from its string representation.static Collection<IsolationMode>values()Gets known IsolationMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
DISABLED
Static value Disabled for IsolationMode. -
ALLOW_INTERNET_OUTBOUND
Static value AllowInternetOutbound for IsolationMode. -
ALLOW_ONLY_APPROVED_OUTBOUND
Static value AllowOnlyApprovedOutbound for IsolationMode.
-
-
Constructor Details
-
IsolationMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of IsolationMode value.
-
-
Method Details
-
fromString
Creates or finds a IsolationMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding IsolationMode.
-
values
Gets known IsolationMode values.- Returns:
- known IsolationMode values.
-
fromString(String)factory method.