Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.OutboundEnvironmentEndpointInner
Packages that use OutboundEnvironmentEndpointInner
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
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
Methods in com.azure.resourcemanager.containerservice.fluent.models that return OutboundEnvironmentEndpointInnerModifier and TypeMethodDescriptionOutboundEnvironmentEndpointInner.withCategory(String category) Set the category property: The category of endpoints accessed by the AKS agent node, e.g.OutboundEnvironmentEndpointInner.withEndpoints(List<EndpointDependency> endpoints) Set the endpoints property: The endpoints that AKS agent nodes connect to. -
Uses of OutboundEnvironmentEndpointInner in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type OutboundEnvironmentEndpointInnerModifier and TypeMethodDescriptionOutboundEnvironmentEndpointCollection.value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type OutboundEnvironmentEndpointInnerModifier and TypeMethodDescriptionOutboundEnvironmentEndpointCollection.withValue(List<OutboundEnvironmentEndpointInner> value) Set the value property: Collection of resources.