Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.OutboundEnvironmentEndpointInner
Packages that use OutboundEnvironmentEndpointInner
Package
Description
Package containing the service clients for ContainerService.
Package containing the inner data models for ContainerService.
-
Uses of OutboundEnvironmentEndpointInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type OutboundEnvironmentEndpointInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<OutboundEnvironmentEndpointInner> ManagedClustersClient.listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String resourceName) Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster.com.azure.core.http.rest.PagedIterable<OutboundEnvironmentEndpointInner> ManagedClustersClient.listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster.com.azure.core.http.rest.PagedFlux<OutboundEnvironmentEndpointInner> ManagedClustersClient.listOutboundNetworkDependenciesEndpointsAsync(String resourceGroupName, String resourceName) Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified managed cluster. -
Uses of OutboundEnvironmentEndpointInner in com.azure.resourcemanager.containerservice.fluent.models
Classes in com.azure.resourcemanager.containerservice.fluent.models that implement interfaces with type arguments of type OutboundEnvironmentEndpointInnerModifier and TypeClassDescriptionfinal classEgress endpoints which AKS agent nodes connect to for common purpose.Methods in com.azure.resourcemanager.containerservice.fluent.models that return OutboundEnvironmentEndpointInnerModifier and TypeMethodDescriptionOutboundEnvironmentEndpointInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OutboundEnvironmentEndpointInner from the JsonReader.