Uses of Class
com.azure.resourcemanager.appplatform.models.DevToolPortalFeatureDetail
Packages that use DevToolPortalFeatureDetail
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of DevToolPortalFeatureDetail in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return DevToolPortalFeatureDetailModifier and TypeMethodDescriptionDevToolPortalFeatureSettings.applicationAccelerator()Get the applicationAccelerator property: Detail of Accelerator plugin.DevToolPortalFeatureSettings.applicationLiveView()Get the applicationLiveView property: Detail of App Live View plugin.static DevToolPortalFeatureDetailDevToolPortalFeatureDetail.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DevToolPortalFeatureDetail from the JsonReader.DevToolPortalFeatureDetail.withState(DevToolPortalFeatureState state) Set the state property: State of the plugin.Methods in com.azure.resourcemanager.appplatform.models with parameters of type DevToolPortalFeatureDetailModifier and TypeMethodDescriptionDevToolPortalFeatureSettings.withApplicationAccelerator(DevToolPortalFeatureDetail applicationAccelerator) Set the applicationAccelerator property: Detail of Accelerator plugin.DevToolPortalFeatureSettings.withApplicationLiveView(DevToolPortalFeatureDetail applicationLiveView) Set the applicationLiveView property: Detail of App Live View plugin.