Uses of Class
com.azure.resourcemanager.apicenter.models.EnvironmentServer
Packages that use EnvironmentServer
Package
Description
Package containing the data models for AzureApiCenter.
-
Uses of EnvironmentServer in com.azure.resourcemanager.apicenter.models
Methods in com.azure.resourcemanager.apicenter.models that return EnvironmentServerModifier and TypeMethodDescriptionstatic EnvironmentServer
EnvironmentServer.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of EnvironmentServer from the JsonReader.EnvironmentProperties.server()
Get the server property: Server information of the environment.EnvironmentServer.withManagementPortalUri
(List<String> managementPortalUri) Set the managementPortalUri property: The location of the management portal.EnvironmentServer.withType
(EnvironmentServerType type) Set the type property: Type of the server that represents the environment.Methods in com.azure.resourcemanager.apicenter.models with parameters of type EnvironmentServerModifier and TypeMethodDescriptionEnvironmentProperties.withServer
(EnvironmentServer server) Set the server property: Server information of the environment.