IsolationMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. machinelearning. models. IsolationMode
- com.
- com.
public final class IsolationMode
extends ExpandableStringEnum<IsolationMode>
Isolation mode for the managed network of a machine learning workspace.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Isolation |
ALLOW_INTERNET_OUTBOUND
Static value Allow |
|
static final
Isolation |
ALLOW_ONLY_APPROVED_OUTBOUND
Static value Allow |
|
static final
Isolation |
DISABLED
Static value Disabled for Isolation |
Constructor Summary
| Constructor | Description |
|---|---|
| IsolationMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Isolation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Isolation |
fromString(String name)
Creates or finds a Isolation |
|
static
Collection<Isolation |
values()
Gets known Isolation |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALLOW_INTERNET_OUTBOUND
public static final IsolationMode ALLOW_INTERNET_OUTBOUND
Static value AllowInternetOutbound for IsolationMode.
ALLOW_ONLY_APPROVED_OUTBOUND
public static final IsolationMode ALLOW_ONLY_APPROVED_OUTBOUND
Static value AllowOnlyApprovedOutbound for IsolationMode.
DISABLED
public static final IsolationMode DISABLED
Static value Disabled for IsolationMode.
Constructor Details
IsolationMode
@Deprecated
public IsolationMode()
Deprecated
Creates a new instance of IsolationMode value.
Method Details
fromString
public static IsolationMode fromString(String name)
Creates or finds a IsolationMode from its string representation.
Parameters:
Returns:
values
public static Collection<IsolationMode> values()
Gets known IsolationMode values.
Returns: