Class DeploymentResult

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DeploymentResult>
com.azure.resourcemanager.securityinsights.models.DeploymentResult

public final class DeploymentResult extends com.azure.core.util.ExpandableStringEnum<DeploymentResult>
Status while trying to fetch the deployment information.
  • Field Details

    • SUCCESS

      public static final DeploymentResult SUCCESS
      Static value Success for DeploymentResult.
    • CANCELED

      public static final DeploymentResult CANCELED
      Static value Canceled for DeploymentResult.
    • FAILED

      public static final DeploymentResult FAILED
      Static value Failed for DeploymentResult.
  • Constructor Details

    • DeploymentResult

      public DeploymentResult()
  • Method Details

    • fromString

      public static DeploymentResult fromString(String name)
      Creates or finds a DeploymentResult from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding DeploymentResult.
    • values

      public static Collection<DeploymentResult> values()
      Gets known DeploymentResult values.
      Returns:
      known DeploymentResult values.