Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.PrivateLinkResourcesListResultInner
-
Packages that use PrivateLinkResourcesListResultInner 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 PrivateLinkResourcesListResultInner in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent that return PrivateLinkResourcesListResultInner Modifier and Type Method Description PrivateLinkResourcesListResultInnerPrivateLinkResourcesClient. 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 PrivateLinkResourcesListResultInner Modifier and Type Method Description Mono<PrivateLinkResourcesListResultInner>PrivateLinkResourcesClient. 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<PrivateLinkResourcesListResultInner>PrivateLinkResourcesClient. 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<PrivateLinkResourcesListResultInner>>PrivateLinkResourcesClient. listWithResponseAsync(String resourceGroupName, String resourceName)To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters. -
Uses of PrivateLinkResourcesListResultInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return PrivateLinkResourcesListResultInner Modifier and Type Method Description PrivateLinkResourcesListResultInnerPrivateLinkResourcesListResultInner. withValue(List<PrivateLinkResourceInner> value)Set the value property: The collection value.
-