ConnectedGroupPrivateEndpointsScale Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. ConnectedGroupPrivateEndpointsScale
- com.
- com.
public final class ConnectedGroupPrivateEndpointsScale
extends ExpandableStringEnum<ConnectedGroupPrivateEndpointsScale>
Option indicating the scale of private endpoints allowed in the connected group of the connectivity configuration.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Connected |
HIGH_SCALE
Allows for up to 20K private endpoints in the connected group. |
|
static final
Connected |
STANDARD
Default. |
Constructor Summary
| Constructor | Description |
|---|---|
| ConnectedGroupPrivateEndpointsScale() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Connected |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Connected |
fromString(String name)
Creates or finds a Connected |
|
static
Collection<Connected |
values()
Gets known Connected |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
HIGH_SCALE
public static final ConnectedGroupPrivateEndpointsScale HIGH_SCALE
Allows for up to 20K private endpoints in the connected group.
STANDARD
public static final ConnectedGroupPrivateEndpointsScale STANDARD
Default. Allows for up to 2K private endpoints in the connected group.
Constructor Details
ConnectedGroupPrivateEndpointsScale
@Deprecated
public ConnectedGroupPrivateEndpointsScale()
Deprecated
Creates a new instance of ConnectedGroupPrivateEndpointsScale value.
Method Details
fromString
public static ConnectedGroupPrivateEndpointsScale fromString(String name)
Creates or finds a ConnectedGroupPrivateEndpointsScale from its string representation.
Parameters:
Returns:
values
public static Collection<ConnectedGroupPrivateEndpointsScale> values()
Gets known ConnectedGroupPrivateEndpointsScale values.
Returns: