Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.PrivateLinkResourcesListResultInner
Packages that use PrivateLinkResourcesListResultInner
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
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 PrivateLinkResourcesListResultInnerModifier and TypeMethodDescriptionGets a list of private link resources in the specified managed cluster.Methods in com.azure.resourcemanager.containerservice.fluent that return types with arguments of type PrivateLinkResourcesListResultInnerModifier and TypeMethodDescriptionGets a list of private link resources in the specified managed cluster.com.azure.core.http.rest.Response<PrivateLinkResourcesListResultInner> PrivateLinkResourcesClient.listWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Gets a list of private link resources in the specified managed cluster.Mono<com.azure.core.http.rest.Response<PrivateLinkResourcesListResultInner>> PrivateLinkResourcesClient.listWithResponseAsync(String resourceGroupName, String resourceName) Gets a list of private link resources in the specified managed cluster. -
Uses of PrivateLinkResourcesListResultInner in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return PrivateLinkResourcesListResultInnerModifier and TypeMethodDescriptionPrivateLinkResourcesListResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkResourcesListResultInner from the JsonReader.PrivateLinkResourcesListResultInner.withValue(List<PrivateLinkResourceInner> value) Set the value property: The collection value.