Uses of Class
com.azure.resourcemanager.search.fluent.models.PrivateLinkResourceInner
Packages that use PrivateLinkResourceInner
Package
Description
Package containing the service clients for SearchManagementClient.
Package containing the data models for SearchManagementClient.
-
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.search.fluent
Methods in com.azure.resourcemanager.search.fluent that return types with arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner>PrivateLinkResourcesClient.listSupported(String resourceGroupName, String searchServiceName) Gets a list of all supported private link resource types for the given service.com.azure.core.http.rest.PagedIterable<PrivateLinkResourceInner>PrivateLinkResourcesClient.listSupported(String resourceGroupName, String searchServiceName, UUID clientRequestId, com.azure.core.util.Context context) Gets a list of all supported private link resource types for the given service.com.azure.core.http.rest.PagedFlux<PrivateLinkResourceInner>PrivateLinkResourcesClient.listSupportedAsync(String resourceGroupName, String searchServiceName) Gets a list of all supported private link resource types for the given service.com.azure.core.http.rest.PagedFlux<PrivateLinkResourceInner>PrivateLinkResourcesClient.listSupportedAsync(String resourceGroupName, String searchServiceName, UUID clientRequestId) Gets a list of all supported private link resource types for the given service. -
Uses of PrivateLinkResourceInner in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return types with arguments of type PrivateLinkResourceInnerModifier and TypeMethodDescriptionPrivateLinkResourcesResult.value()Get the value property: The list of supported Private Link Resources.