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
Static value High |
|
static final
Connected |
STANDARD
Static value Standard for Connected |
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
Static value HighScale for ConnectedGroupPrivateEndpointsScale.
STANDARD
public static final ConnectedGroupPrivateEndpointsScale STANDARD
Static value Standard for ConnectedGroupPrivateEndpointsScale.
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: