Class VpnPolicyMemberAttributeType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<VpnPolicyMemberAttributeType>
com.azure.resourcemanager.network.models.VpnPolicyMemberAttributeType
public final class VpnPolicyMemberAttributeType
extends com.azure.core.util.ExpandableStringEnum<VpnPolicyMemberAttributeType>
The Vpn Policy member attribute type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VpnPolicyMemberAttributeTypeStatic value AADGroupId for VpnPolicyMemberAttributeType.static final VpnPolicyMemberAttributeTypeStatic value CertificateGroupId for VpnPolicyMemberAttributeType.static final VpnPolicyMemberAttributeTypeStatic value RadiusAzureGroupId for VpnPolicyMemberAttributeType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VpnPolicyMemberAttributeTypefromString(String name) Creates or finds a VpnPolicyMemberAttributeType from its string representation.values()Gets known VpnPolicyMemberAttributeType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
CERTIFICATE_GROUP_ID
Static value CertificateGroupId for VpnPolicyMemberAttributeType. -
AADGROUP_ID
Static value AADGroupId for VpnPolicyMemberAttributeType. -
RADIUS_AZURE_GROUP_ID
Static value RadiusAzureGroupId for VpnPolicyMemberAttributeType.
-
-
Constructor Details
-
VpnPolicyMemberAttributeType
Deprecated.Use thefromString(String)factory method.Creates a new instance of VpnPolicyMemberAttributeType value.
-
-
Method Details
-
fromString
Creates or finds a VpnPolicyMemberAttributeType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding VpnPolicyMemberAttributeType.
-
values
Gets known VpnPolicyMemberAttributeType values.- Returns:
- known VpnPolicyMemberAttributeType values.
-
fromString(String)factory method.