Uses of Class
com.azure.resourcemanager.securityinsights.models.DeploymentResult
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of DeploymentResult in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final DeploymentResult
DeploymentResult.CANCELED
Static value Canceled for DeploymentResult.static final DeploymentResult
DeploymentResult.FAILED
Static value Failed for DeploymentResult.static final DeploymentResult
DeploymentResult.SUCCESS
Static value Success for DeploymentResult.Modifier and TypeMethodDescriptionDeployment.deploymentResult()
Get the deploymentResult property: The outcome of the deployment.static DeploymentResult
DeploymentResult.fromString
(String name) Creates or finds a DeploymentResult from its string representation.Modifier and TypeMethodDescriptionstatic Collection<DeploymentResult>
DeploymentResult.values()
Gets known DeploymentResult values.Modifier and TypeMethodDescriptionDeployment.withDeploymentResult
(DeploymentResult deploymentResult) Set the deploymentResult property: The outcome of the deployment.