ApplicationSourceResourceType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. ApplicationSourceResourceType
- com.
- com.
public final class ApplicationSourceResourceType
extends ExpandableStringEnum<ApplicationSourceResourceType>
The application source, what it affects, e.g. Assessments.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Application |
ASSESSMENTS
The source of the application is assessments. |
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationSourceResourceType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Application |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Application |
fromString(String name)
Creates or finds a Application |
|
static
Collection<Application |
values()
Gets known Application |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ASSESSMENTS
public static final ApplicationSourceResourceType ASSESSMENTS
The source of the application is assessments.
Constructor Details
ApplicationSourceResourceType
@Deprecated
public ApplicationSourceResourceType()
Deprecated
Creates a new instance of ApplicationSourceResourceType value.
Method Details
fromString
public static ApplicationSourceResourceType fromString(String name)
Creates or finds a ApplicationSourceResourceType from its string representation.
Parameters:
Returns:
values
public static Collection<ApplicationSourceResourceType> values()
Gets known ApplicationSourceResourceType values.
Returns: