Uses of Class
com.azure.resourcemanager.appplatform.models.Error
-
Packages that use Error Package Description com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of Error in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return Error Modifier and Type Method Description ErrorConfigServerProperties. error()Get the error property: Error when apply config server settings.ErrorMonitoringSettingProperties. error()Get the error property: Error when apply Monitoring Setting changes.ErrorError. withCode(String code)Set the code property: The code of error.ErrorError. withMessage(String message)Set the message property: The message of error.Methods in com.azure.resourcemanager.appplatform.models with parameters of type Error Modifier and Type Method Description ConfigServerPropertiesConfigServerProperties. withError(Error error)Set the error property: Error when apply config server settings.MonitoringSettingPropertiesMonitoringSettingProperties. withError(Error error)Set the error property: Error when apply Monitoring Setting changes.
-