Class ServerlessInferenceEndpointAuthMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ServerlessInferenceEndpointAuthMode>
com.azure.resourcemanager.machinelearning.models.ServerlessInferenceEndpointAuthMode
public final class ServerlessInferenceEndpointAuthMode
extends com.azure.core.util.ExpandableStringEnum<ServerlessInferenceEndpointAuthMode>
Defines values for ServerlessInferenceEndpointAuthMode.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServerlessInferenceEndpointAuthModeStatic value Key for ServerlessInferenceEndpointAuthMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ServerlessInferenceEndpointAuthMode from its string representation.values()Gets known ServerlessInferenceEndpointAuthMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
KEY
Static value Key for ServerlessInferenceEndpointAuthMode.
-
-
Constructor Details
-
ServerlessInferenceEndpointAuthMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of ServerlessInferenceEndpointAuthMode value.
-
-
Method Details
-
fromString
Creates or finds a ServerlessInferenceEndpointAuthMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ServerlessInferenceEndpointAuthMode.
-
values
Gets known ServerlessInferenceEndpointAuthMode values.- Returns:
- known ServerlessInferenceEndpointAuthMode values.
-
fromString(String)factory method.