Uses of Class
com.azure.resourcemanager.appplatform.models.ConfigServerState
Packages that use ConfigServerState
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of ConfigServerState in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as ConfigServerStateModifier and TypeFieldDescriptionstatic final ConfigServerStateConfigServerState.DELETEDStatic value Deleted for ConfigServerState.static final ConfigServerStateConfigServerState.FAILEDStatic value Failed for ConfigServerState.static final ConfigServerStateConfigServerState.NOT_AVAILABLEStatic value NotAvailable for ConfigServerState.static final ConfigServerStateConfigServerState.SUCCEEDEDStatic value Succeeded for ConfigServerState.static final ConfigServerStateConfigServerState.UPDATINGStatic value Updating for ConfigServerState.Methods in com.azure.resourcemanager.appplatform.models that return ConfigServerStateModifier and TypeMethodDescriptionstatic ConfigServerStateConfigServerState.fromString(String name) Creates or finds a ConfigServerState from its string representation.ConfigServerProperties.provisioningState()Get the provisioningState property: State of the config server.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ConfigServerStateModifier and TypeMethodDescriptionstatic Collection<ConfigServerState> ConfigServerState.values()Gets known ConfigServerState values.