Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.PrivateEndpointConnectionListResultInner
-
Packages that use PrivateEndpointConnectionListResultInner 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. -
-
Uses of PrivateEndpointConnectionListResultInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return PrivateEndpointConnectionListResultInner Modifier and Type Method Description PrivateEndpointConnectionListResultInnerPrivateEndpointConnectionsClient. list(String resourceGroupName, String resourceName)To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type PrivateEndpointConnectionListResultInner Modifier and Type Method Description Mono<PrivateEndpointConnectionListResultInner>PrivateEndpointConnectionsClient. listAsync(String resourceGroupName, String resourceName)To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters.com.azure.core.http.rest.Response<PrivateEndpointConnectionListResultInner>PrivateEndpointConnectionsClient. listWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context)To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionListResultInner>>PrivateEndpointConnectionsClient. listWithResponseAsync(String resourceGroupName, String resourceName)To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters. -
Uses of PrivateEndpointConnectionListResultInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return PrivateEndpointConnectionListResultInner Modifier and Type Method Description PrivateEndpointConnectionListResultInnerPrivateEndpointConnectionListResultInner. withValue(List<PrivateEndpointConnectionInner> value)Set the value property: The collection value.
-