Class Network
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Network>
com.azure.resourcemanager.machinelearning.models.Network
network of this container.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NetworkfromString(String name) Creates or finds a Network from its string representation.static Collection<Network>values()Gets known Network values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
BRIDGE
Static value Bridge for Network. -
HOST
Static value Host for Network.
-
-
Constructor Details
-
Network
Deprecated.Use thefromString(String)factory method.Creates a new instance of Network value.
-
-
Method Details
-
fromString
Creates or finds a Network from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Network.
-
values
Gets known Network values.- Returns:
- known Network values.
-
fromString(String)factory method.