Class Mode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Mode>
com.azure.resourcemanager.compute.models.Mode
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Specifies the mode that ProxyAgent will execute on. Warning: this property has been deprecated, please specify 'mode'
under particular hostendpoint setting.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ModefromString(String name) Creates or finds a Mode from its string representation.static Collection<Mode> values()Gets known Mode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AUDIT
Static value Audit for Mode. -
ENFORCE
Static value Enforce for Mode.
-
-
Constructor Details
-
Mode
Deprecated.Use thefromString(String)factory method.Creates a new instance of Mode value.
-
-
Method Details
-
fromString
Creates or finds a Mode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Mode.
-
values
Gets known Mode values.- Returns:
- known Mode values.
-
fromString(String)factory method.