Uses of Class
com.azure.resourcemanager.search.fluent.models.PrivateLinkResourceInner
-
Packages that use PrivateLinkResourceInner Package Description com.azure.resourcemanager.search.fluent Package containing the service clients for SearchManagementClient.com.azure.resourcemanager.search.models 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 PrivateLinkResourceInner Modifier and Type Method Description com.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 PrivateLinkResourceInner Modifier and Type Method Description List<PrivateLinkResourceInner>PrivateLinkResourcesResult. value()Get the value property: The list of supported Private Link Resources.
-