Uses of Class
com.azure.resourcemanager.kusto.models.EndpointDetail
-
Packages that use EndpointDetail Package Description com.azure.resourcemanager.kusto.models Package containing the data models for KustoManagementClient. -
-
Uses of EndpointDetail in com.azure.resourcemanager.kusto.models
Methods in com.azure.resourcemanager.kusto.models that return EndpointDetail Modifier and Type Method Description EndpointDetail
EndpointDetail. withPort(Integer port)
Set the port property: The port an endpoint is connected to.Methods in com.azure.resourcemanager.kusto.models that return types with arguments of type EndpointDetail Modifier and Type Method Description List<EndpointDetail>
EndpointDependency. endpointDetails()
Get the endpointDetails property: The ports used when connecting to DomainName.Method parameters in com.azure.resourcemanager.kusto.models with type arguments of type EndpointDetail Modifier and Type Method Description EndpointDependency
EndpointDependency. withEndpointDetails(List<EndpointDetail> endpointDetails)
Set the endpointDetails property: The ports used when connecting to DomainName.
-