Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.OutboundEnvironmentEndpointInner
-
Packages that use OutboundEnvironmentEndpointInner Package Description com.azure.resourcemanager.containerservice.fluent Package containing the service clients for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models 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 OutboundEnvironmentEndpointInner Modifier and Type Method Description com.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 OutboundEnvironmentEndpointInner Modifier and Type Method Description OutboundEnvironmentEndpointInnerOutboundEnvironmentEndpointInner. withCategory(String category)Set the category property: The category of endpoints accessed by the AKS agent node, e.g.OutboundEnvironmentEndpointInnerOutboundEnvironmentEndpointInner. 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 OutboundEnvironmentEndpointInner Modifier and Type Method Description List<OutboundEnvironmentEndpointInner>OutboundEnvironmentEndpointCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type OutboundEnvironmentEndpointInner Modifier and Type Method Description OutboundEnvironmentEndpointCollectionOutboundEnvironmentEndpointCollection. withValue(List<OutboundEnvironmentEndpointInner> value)Set the value property: Collection of resources.
-