Class DeploymentFetchStatus
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DeploymentFetchStatus>
com.azure.resourcemanager.securityinsights.models.DeploymentFetchStatus
public final class DeploymentFetchStatus
extends com.azure.core.util.ExpandableStringEnum<DeploymentFetchStatus>
Status while trying to fetch the deployment information.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DeploymentFetchStatus
Static value NotFound for DeploymentFetchStatus.static final DeploymentFetchStatus
Static value Success for DeploymentFetchStatus.static final DeploymentFetchStatus
Static value Unauthorized for DeploymentFetchStatus. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DeploymentFetchStatus
fromString
(String name) Creates or finds a DeploymentFetchStatus from its string representation.static Collection<DeploymentFetchStatus>
values()
Gets known DeploymentFetchStatus values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SUCCESS
Static value Success for DeploymentFetchStatus. -
UNAUTHORIZED
Static value Unauthorized for DeploymentFetchStatus. -
NOT_FOUND
Static value NotFound for DeploymentFetchStatus.
-
-
Constructor Details
-
DeploymentFetchStatus
public DeploymentFetchStatus()
-
-
Method Details
-
fromString
Creates or finds a DeploymentFetchStatus from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding DeploymentFetchStatus.
-
values
Gets known DeploymentFetchStatus values.- Returns:
- known DeploymentFetchStatus values.
-