Uses of Class
com.azure.resourcemanager.appplatform.models.ConfigServerSettingsErrorRecord
-
Packages that use ConfigServerSettingsErrorRecord Package Description com.azure.resourcemanager.appplatform.fluent.models Package containing the inner data models for AppPlatformManagementClient.com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of ConfigServerSettingsErrorRecord in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return types with arguments of type ConfigServerSettingsErrorRecord Modifier and Type Method Description List<ConfigServerSettingsErrorRecord>ConfigServerSettingsValidateResultInner. details()Get the details property: The detail validation results.Method parameters in com.azure.resourcemanager.appplatform.fluent.models with type arguments of type ConfigServerSettingsErrorRecord Modifier and Type Method Description ConfigServerSettingsValidateResultInnerConfigServerSettingsValidateResultInner. withDetails(List<ConfigServerSettingsErrorRecord> details)Set the details property: The detail validation results. -
Uses of ConfigServerSettingsErrorRecord in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ConfigServerSettingsErrorRecord Modifier and Type Method Description ConfigServerSettingsErrorRecordConfigServerSettingsErrorRecord. withMessages(List<String> messages)Set the messages property: The detail error messages of the record.ConfigServerSettingsErrorRecordConfigServerSettingsErrorRecord. withName(String name)Set the name property: The name of the config server settings error record.ConfigServerSettingsErrorRecordConfigServerSettingsErrorRecord. withUri(String uri)Set the uri property: The uri of the config server settings error record.
-