Uses of Class
com.azure.resourcemanager.apicenter.models.DeploymentServer
Packages that use DeploymentServer
Package
Description
Package containing the data models for AzureApiCenter.
-
Uses of DeploymentServer in com.azure.resourcemanager.apicenter.models
Methods in com.azure.resourcemanager.apicenter.models that return DeploymentServerModifier and TypeMethodDescriptionstatic DeploymentServer
DeploymentServer.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentServer from the JsonReader.DeploymentProperties.server()
Get the server property: The deployment server.DeploymentServer.withRuntimeUri
(List<String> runtimeUri) Set the runtimeUri property: Base runtime URLs for this deployment.Methods in com.azure.resourcemanager.apicenter.models with parameters of type DeploymentServerModifier and TypeMethodDescriptionDeploymentProperties.withServer
(DeploymentServer server) Set the server property: The deployment server.