Uses of Class
com.azure.resourcemanager.apimanagement.models.EndpointDependency
Packages that use EndpointDependency
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of EndpointDependency in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return EndpointDependencyModifier and TypeMethodDescriptionstatic EndpointDependencyEndpointDependency.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EndpointDependency from the JsonReader.EndpointDependency.withDomainName(String domainName) Set the domainName property: The domain name of the dependency.EndpointDependency.withEndpointDetails(List<EndpointDetail> endpointDetails) Set the endpointDetails property: The Ports used when connecting to DomainName.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type EndpointDependencyModifier and TypeMethodDescriptionOutboundEnvironmentEndpoint.endpoints()Get the endpoints property: The endpoints that the Api Management Service reaches the service at.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type EndpointDependencyModifier and TypeMethodDescriptionOutboundEnvironmentEndpoint.withEndpoints(List<EndpointDependency> endpoints) Set the endpoints property: The endpoints that the Api Management Service reaches the service at.