Uses of Class
com.azure.resourcemanager.apimanagement.models.EndpointDetail
Packages that use EndpointDetail
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of EndpointDetail in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return EndpointDetailModifier and TypeMethodDescriptionstatic EndpointDetailEndpointDetail.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EndpointDetail from the JsonReader.Set the port property: The port an endpoint is connected to.EndpointDetail.withRegion(String region) Set the region property: The region of the dependency.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type EndpointDetailModifier and TypeMethodDescriptionEndpointDependency.endpointDetails()Get the endpointDetails property: The Ports used when connecting to DomainName.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type EndpointDetailModifier and TypeMethodDescriptionEndpointDependency.withEndpointDetails(List<EndpointDetail> endpointDetails) Set the endpointDetails property: The Ports used when connecting to DomainName.