Class ConnectedGroupPrivateEndpointsScale
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ConnectedGroupPrivateEndpointsScale>
com.azure.resourcemanager.network.models.ConnectedGroupPrivateEndpointsScale
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ConnectedGroupPrivateEndpointsScale
extends com.azure.core.util.ExpandableStringEnum<ConnectedGroupPrivateEndpointsScale>
Option indicating the scale of private endpoints allowed in the connected group of the connectivity configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConnectedGroupPrivateEndpointsScaleStatic value HighScale for ConnectedGroupPrivateEndpointsScale.static final ConnectedGroupPrivateEndpointsScaleStatic value Standard for ConnectedGroupPrivateEndpointsScale. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ConnectedGroupPrivateEndpointsScale from its string representation.values()Gets known ConnectedGroupPrivateEndpointsScale values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
STANDARD
Static value Standard for ConnectedGroupPrivateEndpointsScale. -
HIGH_SCALE
Static value HighScale for ConnectedGroupPrivateEndpointsScale.
-
-
Constructor Details
-
ConnectedGroupPrivateEndpointsScale
Deprecated.Use thefromString(String)factory method.Creates a new instance of ConnectedGroupPrivateEndpointsScale value.
-
-
Method Details
-
fromString
Creates or finds a ConnectedGroupPrivateEndpointsScale from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ConnectedGroupPrivateEndpointsScale.
-
values
Gets known ConnectedGroupPrivateEndpointsScale values.- Returns:
- known ConnectedGroupPrivateEndpointsScale values.
-
fromString(String)factory method.