Uses of Class
com.azure.resourcemanager.containerservice.models.EndpointDetail
-
Packages that use EndpointDetail Package Description com.azure.resourcemanager.containerservice.models 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 EndpointDetail Modifier and Type Method Description EndpointDetailEndpointDetail. withDescription(String description)Set the description property: Description of the detail.EndpointDetailEndpointDetail. withIpAddress(String ipAddress)Set the ipAddress property: An IP Address that Domain Name currently resolves to.EndpointDetailEndpointDetail. withPort(Integer port)Set the port property: The port an endpoint is connected to.EndpointDetailEndpointDetail. 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 EndpointDetail Modifier and Type Method Description List<EndpointDetail>EndpointDependency. 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 EndpointDetail Modifier and Type Method Description EndpointDependencyEndpointDependency. withEndpointDetails(List<EndpointDetail> endpointDetails)Set the endpointDetails property: The Ports and Protocols used when connecting to domainName.
-