Uses of Class
com.azure.resourcemanager.network.models.DeploymentStatus
Packages that use DeploymentStatus
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of DeploymentStatus in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as DeploymentStatusModifier and TypeFieldDescriptionstatic final DeploymentStatusDeploymentStatus.DEPLOYEDStatic value Deployed for DeploymentStatus.static final DeploymentStatusDeploymentStatus.DEPLOYINGStatic value Deploying for DeploymentStatus.static final DeploymentStatusDeploymentStatus.FAILEDStatic value Failed for DeploymentStatus.static final DeploymentStatusDeploymentStatus.NOT_STARTEDStatic value NotStarted for DeploymentStatus.Methods in com.azure.resourcemanager.network.models that return DeploymentStatusModifier and TypeMethodDescriptionNetworkManagerDeploymentStatus.deploymentStatus()Get the deploymentStatus property: Deployment Status.static DeploymentStatusDeploymentStatus.fromString(String name) Creates or finds a DeploymentStatus from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type DeploymentStatusModifier and TypeMethodDescriptionstatic Collection<DeploymentStatus> DeploymentStatus.values()Gets known DeploymentStatus values.Methods in com.azure.resourcemanager.network.models with parameters of type DeploymentStatusModifier and TypeMethodDescriptionNetworkManagerDeploymentStatus.withDeploymentStatus(DeploymentStatus deploymentStatus) Set the deploymentStatus property: Deployment Status.