Class ConnectionAuthenticationType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ConnectionAuthenticationType>
com.azure.resourcemanager.network.models.ConnectionAuthenticationType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ConnectionAuthenticationType
extends com.azure.core.util.ExpandableStringEnum<ConnectionAuthenticationType>
Gateway connection authentication type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConnectionAuthenticationTypeStatic value Certificate for ConnectionAuthenticationType.static final ConnectionAuthenticationTypeStatic value PSK for ConnectionAuthenticationType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConnectionAuthenticationTypefromString(String name) Creates or finds a ConnectionAuthenticationType from its string representation.values()Gets known ConnectionAuthenticationType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
PSK
Static value PSK for ConnectionAuthenticationType. -
CERTIFICATE
Static value Certificate for ConnectionAuthenticationType.
-
-
Constructor Details
-
ConnectionAuthenticationType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ConnectionAuthenticationType value.
-
-
Method Details
-
fromString
Creates or finds a ConnectionAuthenticationType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ConnectionAuthenticationType.
-
values
Gets known ConnectionAuthenticationType values.- Returns:
- known ConnectionAuthenticationType values.
-
fromString(String)factory method.