Uses of Class
com.azure.resourcemanager.appplatform.models.ConfigServerState
-
Packages that use ConfigServerState Package Description com.azure.resourcemanager.appplatform.models 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 ConfigServerState Modifier and Type Field Description static ConfigServerStateConfigServerState. DELETEDStatic value Deleted for ConfigServerState.static ConfigServerStateConfigServerState. FAILEDStatic value Failed for ConfigServerState.static ConfigServerStateConfigServerState. NOT_AVAILABLEStatic value NotAvailable for ConfigServerState.static ConfigServerStateConfigServerState. SUCCEEDEDStatic value Succeeded for ConfigServerState.static ConfigServerStateConfigServerState. UPDATINGStatic value Updating for ConfigServerState.Methods in com.azure.resourcemanager.appplatform.models that return ConfigServerState Modifier and Type Method Description static ConfigServerStateConfigServerState. fromString(String name)Creates or finds a ConfigServerState from its string representation.ConfigServerStateConfigServerProperties. provisioningState()Get the provisioningState property: State of the config server.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ConfigServerState Modifier and Type Method Description static Collection<ConfigServerState>ConfigServerState. values()
-