NotificationScopeType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. developer. loadtesting. models. NotificationScopeType
- com.
- com.
public final class NotificationScopeType
extends ExpandableStringEnum<NotificationScopeType>
Scope type of a notification rule.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Notification |
TESTS
Notification rule is for Tests. |
Constructor Summary
| Constructor | Description |
|---|---|
| NotificationScopeType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Notification |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Notification |
fromString(String name)
Creates or finds a Notification |
|
static
Collection<Notification |
values()
Gets known Notification |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
TESTS
public static final NotificationScopeType TESTS
Notification rule is for Tests.
Constructor Details
NotificationScopeType
@Deprecated
public NotificationScopeType()
Deprecated
Creates a new instance of NotificationScopeType value.
Method Details
fromString
public static NotificationScopeType fromString(String name)
Creates or finds a NotificationScopeType from its string representation.
Parameters:
Returns:
values
public static Collection<NotificationScopeType> values()
Gets known NotificationScopeType values.
Returns: