Uses of Class
com.azure.resourcemanager.securityinsights.models.DeploymentState
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of DeploymentState in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final DeploymentState
DeploymentState.CANCELING
Static value Canceling for DeploymentState.static final DeploymentState
DeploymentState.COMPLETED
Static value Completed for DeploymentState.static final DeploymentState
DeploymentState.IN_PROGRESS
Static value In_Progress for DeploymentState.static final DeploymentState
DeploymentState.QUEUED
Static value Queued for DeploymentState.Modifier and TypeMethodDescriptionDeployment.deploymentState()
Get the deploymentState property: Current status of the deployment.static DeploymentState
DeploymentState.fromString
(String name) Creates or finds a DeploymentState from its string representation.Modifier and TypeMethodDescriptionstatic Collection<DeploymentState>
DeploymentState.values()
Gets known DeploymentState values.Modifier and TypeMethodDescriptionDeployment.withDeploymentState
(DeploymentState deploymentState) Set the deploymentState property: Current status of the deployment.