Uses of Class
com.azure.resourcemanager.securityinsights.models.DeploymentFetchStatus
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of DeploymentFetchStatus in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final DeploymentFetchStatus
DeploymentFetchStatus.NOT_FOUND
Static value NotFound for DeploymentFetchStatus.static final DeploymentFetchStatus
DeploymentFetchStatus.SUCCESS
Static value Success for DeploymentFetchStatus.static final DeploymentFetchStatus
DeploymentFetchStatus.UNAUTHORIZED
Static value Unauthorized for DeploymentFetchStatus.Modifier and TypeMethodDescriptionDeploymentInfo.deploymentFetchStatus()
Get the deploymentFetchStatus property: Status while fetching the last deployment.static DeploymentFetchStatus
DeploymentFetchStatus.fromString
(String name) Creates or finds a DeploymentFetchStatus from its string representation.Modifier and TypeMethodDescriptionstatic Collection<DeploymentFetchStatus>
DeploymentFetchStatus.values()
Gets known DeploymentFetchStatus values.Modifier and TypeMethodDescriptionDeploymentInfo.withDeploymentFetchStatus
(DeploymentFetchStatus deploymentFetchStatus) Set the deploymentFetchStatus property: Status while fetching the last deployment.