Uses of Class
com.azure.resourcemanager.containerservice.models.EndpointDependency
Packages that use EndpointDependency
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of EndpointDependency in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return types with arguments of type EndpointDependencyModifier and TypeMethodDescriptionOutboundEnvironmentEndpointInner.endpoints()Get the endpoints property: The endpoints that AKS agent nodes connect to.Method parameters in com.azure.resourcemanager.containerservice.fluent.models with type arguments of type EndpointDependencyModifier and TypeMethodDescriptionOutboundEnvironmentEndpointInner.withEndpoints(List<EndpointDependency> endpoints) Set the endpoints property: The endpoints that AKS agent nodes connect to. -
Uses of EndpointDependency in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return EndpointDependencyModifier and TypeMethodDescriptionEndpointDependency.withDomainName(String domainName) Set the domainName property: The domain name of the dependency.EndpointDependency.withEndpointDetails(List<EndpointDetail> endpointDetails) Set the endpointDetails property: The Ports and Protocols used when connecting to domainName.