Uses of Class
com.azure.resourcemanager.containerservice.models.EndpointDetail
Packages that use EndpointDetail
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of EndpointDetail in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return EndpointDetailModifier and TypeMethodDescriptionstatic EndpointDetailEndpointDetail.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EndpointDetail from the JsonReader.EndpointDetail.withDescription(String description) Set the description property: Description of the detail.EndpointDetail.withIpAddress(String ipAddress) Set the ipAddress property: An IP Address that Domain Name currently resolves to.Set the port property: The port an endpoint is connected to.EndpointDetail.withProtocol(String protocol) Set the protocol property: The protocol used for connection.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type EndpointDetailModifier and TypeMethodDescriptionEndpointDependency.endpointDetails()Get the endpointDetails property: The Ports and Protocols used when connecting to domainName.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type EndpointDetailModifier and TypeMethodDescriptionEndpointDependency.withEndpointDetails(List<EndpointDetail> endpointDetails) Set the endpointDetails property: The Ports and Protocols used when connecting to domainName.