Uses of Class
com.azure.resourcemanager.appplatform.models.MonitoringSettingState
-
Packages that use MonitoringSettingState Package Description com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of MonitoringSettingState in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as MonitoringSettingState Modifier and Type Field Description static MonitoringSettingStateMonitoringSettingState. FAILEDStatic value Failed for MonitoringSettingState.static MonitoringSettingStateMonitoringSettingState. NOT_AVAILABLEStatic value NotAvailable for MonitoringSettingState.static MonitoringSettingStateMonitoringSettingState. SUCCEEDEDStatic value Succeeded for MonitoringSettingState.static MonitoringSettingStateMonitoringSettingState. UPDATINGStatic value Updating for MonitoringSettingState.Methods in com.azure.resourcemanager.appplatform.models that return MonitoringSettingState Modifier and Type Method Description static MonitoringSettingStateMonitoringSettingState. fromString(String name)Creates or finds a MonitoringSettingState from its string representation.MonitoringSettingStateMonitoringSettingProperties. provisioningState()Get the provisioningState property: State of the Monitoring Setting.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type MonitoringSettingState Modifier and Type Method Description static Collection<MonitoringSettingState>MonitoringSettingState. values()
-