Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.PrivateEndpointConnectionListResultInner
Packages that use PrivateEndpointConnectionListResultInner
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
Package containing the inner data models for ContainerServiceManagementClient.
-
Uses of PrivateEndpointConnectionListResultInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return PrivateEndpointConnectionListResultInnerModifier and TypeMethodDescriptionGets a list of private endpoint connections in the specified managed cluster.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type PrivateEndpointConnectionListResultInnerModifier and TypeMethodDescriptionGets a list of private endpoint connections in the specified managed cluster.com.azure.core.http.rest.Response<PrivateEndpointConnectionListResultInner>PrivateEndpointConnectionsClient.listWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Gets a list of private endpoint connections in the specified managed cluster.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionListResultInner>>PrivateEndpointConnectionsClient.listWithResponseAsync(String resourceGroupName, String resourceName) Gets a list of private endpoint connections in the specified managed cluster. -
Uses of PrivateEndpointConnectionListResultInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return PrivateEndpointConnectionListResultInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionListResultInner.withValue(List<PrivateEndpointConnectionInner> value) Set the value property: The collection value.