Uses of Class
com.azure.resourcemanager.apicenter.models.DeploymentState
Packages that use DeploymentState
Package
Description
Package containing the data models for AzureApiCenter.
-
Uses of DeploymentState in com.azure.resourcemanager.apicenter.models
Fields in com.azure.resourcemanager.apicenter.models declared as DeploymentStateModifier and TypeFieldDescriptionstatic final DeploymentState
DeploymentState.ACTIVE
Static value active for DeploymentState.static final DeploymentState
DeploymentState.INACTIVE
Static value inactive for DeploymentState.Methods in com.azure.resourcemanager.apicenter.models that return DeploymentStateModifier and TypeMethodDescriptionstatic DeploymentState
DeploymentState.fromString
(String name) Creates or finds a DeploymentState from its string representation.DeploymentProperties.state()
Get the state property: State of API deployment.Methods in com.azure.resourcemanager.apicenter.models that return types with arguments of type DeploymentStateModifier and TypeMethodDescriptionstatic Collection
<DeploymentState> DeploymentState.values()
Gets known DeploymentState values.Methods in com.azure.resourcemanager.apicenter.models with parameters of type DeploymentStateModifier and TypeMethodDescriptionDeploymentProperties.withState
(DeploymentState state) Set the state property: State of API deployment.