Class EndpointAuthMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<EndpointAuthMode>
com.azure.resourcemanager.machinelearning.models.EndpointAuthMode
public final class EndpointAuthMode
extends com.azure.core.util.ExpandableStringEnum<EndpointAuthMode>
Enum to determine endpoint authentication mode.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EndpointAuthModeStatic value AADToken for EndpointAuthMode.static final EndpointAuthModeStatic value AMLToken for EndpointAuthMode.static final EndpointAuthModeStatic value Key for EndpointAuthMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EndpointAuthModefromString(String name) Creates or finds a EndpointAuthMode from its string representation.static Collection<EndpointAuthMode>values()Gets known EndpointAuthMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
AMLTOKEN
Static value AMLToken for EndpointAuthMode. -
KEY
Static value Key for EndpointAuthMode. -
AADTOKEN
Static value AADToken for EndpointAuthMode.
-
-
Constructor Details
-
EndpointAuthMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of EndpointAuthMode value.
-
-
Method Details
-
fromString
Creates or finds a EndpointAuthMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding EndpointAuthMode.
-
values
Gets known EndpointAuthMode values.- Returns:
- known EndpointAuthMode values.
-
fromString(String)factory method.