SubgroupProfileScope Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. SubgroupProfileScope
- com.
- com.
public final class SubgroupProfileScope
extends ExpandableStringEnum<SubgroupProfileScope>
Scope of the subgroup profile.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Subgroup |
NONE
No subgroup profile scope. |
|
static final
Subgroup |
VERTICAL_CONNECT
Vertical |
Constructor Summary
| Constructor | Description |
|---|---|
| SubgroupProfileScope() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Subgroup |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Subgroup |
fromString(String name)
Creates or finds a Subgroup |
|
static
Collection<Subgroup |
values()
Gets known Subgroup |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NONE
public static final SubgroupProfileScope NONE
No subgroup profile scope.
VERTICAL_CONNECT
public static final SubgroupProfileScope VERTICAL_CONNECT
VerticalConnect subgroup profile scope.
Constructor Details
SubgroupProfileScope
@Deprecated
public SubgroupProfileScope()
Deprecated
Creates a new instance of SubgroupProfileScope value.
Method Details
fromString
public static SubgroupProfileScope fromString(String name)
Creates or finds a SubgroupProfileScope from its string representation.
Parameters:
Returns:
values
public static Collection<SubgroupProfileScope> values()
Gets known SubgroupProfileScope values.
Returns: