Uses of Class
com.azure.resourcemanager.search.fluent.models.PrivateEndpointConnectionInner
Packages that use PrivateEndpointConnectionInner
Package
Description
Package containing the service clients for SearchManagementClient.
Package containing the inner data models for SearchManagementClient.
Package containing the data models for SearchManagementClient.
-
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.search.fluent
Methods in com.azure.resourcemanager.search.fluent that return PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.delete(String resourceGroupName, String searchServiceName, String privateEndpointConnectionName) Disconnects the private endpoint connection and deletes it from the search service.PrivateEndpointConnectionsClient.get(String resourceGroupName, String searchServiceName, String privateEndpointConnectionName) Gets the details of the private endpoint connection to the search service in the given resource group.PrivateEndpointConnectionsClient.update(String resourceGroupName, String searchServiceName, String privateEndpointConnectionName) Updates a Private Endpoint connection to the search service in the given resource group.Methods in com.azure.resourcemanager.search.fluent that return types with arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.deleteAsync(String resourceGroupName, String searchServiceName, String privateEndpointConnectionName) Disconnects the private endpoint connection and deletes it from the search service.PrivateEndpointConnectionsClient.deleteAsync(String resourceGroupName, String searchServiceName, String privateEndpointConnectionName, UUID clientRequestId) Disconnects the private endpoint connection and deletes it from the search service.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient.deleteWithResponse(String resourceGroupName, String searchServiceName, String privateEndpointConnectionName, UUID clientRequestId, com.azure.core.util.Context context) Disconnects the private endpoint connection and deletes it from the search service.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>>PrivateEndpointConnectionsClient.deleteWithResponseAsync(String resourceGroupName, String searchServiceName, String privateEndpointConnectionName, UUID clientRequestId) Disconnects the private endpoint connection and deletes it from the search service.PrivateEndpointConnectionsClient.getAsync(String resourceGroupName, String searchServiceName, String privateEndpointConnectionName) Gets the details of the private endpoint connection to the search service in the given resource group.PrivateEndpointConnectionsClient.getAsync(String resourceGroupName, String searchServiceName, String privateEndpointConnectionName, UUID clientRequestId) Gets the details of the private endpoint connection to the search service in the given resource group.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient.getWithResponse(String resourceGroupName, String searchServiceName, String privateEndpointConnectionName, UUID clientRequestId, com.azure.core.util.Context context) Gets the details of the private endpoint connection to the search service in the given resource group.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>>PrivateEndpointConnectionsClient.getWithResponseAsync(String resourceGroupName, String searchServiceName, String privateEndpointConnectionName, UUID clientRequestId) Gets the details of the private endpoint connection to the search service in the given resource group.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient.listByService(String resourceGroupName, String searchServiceName) Gets a list of all private endpoint connections in the given service.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient.listByService(String resourceGroupName, String searchServiceName, UUID clientRequestId, com.azure.core.util.Context context) Gets a list of all private endpoint connections in the given service.com.azure.core.http.rest.PagedFlux<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient.listByServiceAsync(String resourceGroupName, String searchServiceName) Gets a list of all private endpoint connections in the given service.com.azure.core.http.rest.PagedFlux<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient.listByServiceAsync(String resourceGroupName, String searchServiceName, UUID clientRequestId) Gets a list of all private endpoint connections in the given service.PrivateEndpointConnectionsClient.updateAsync(String resourceGroupName, String searchServiceName, String privateEndpointConnectionName) Updates a Private Endpoint connection to the search service in the given resource group.PrivateEndpointConnectionsClient.updateAsync(String resourceGroupName, String searchServiceName, String privateEndpointConnectionName, UUID clientRequestId, PrivateEndpointConnectionProperties properties) Updates a Private Endpoint connection to the search service in the given resource group.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>PrivateEndpointConnectionsClient.updateWithResponse(String resourceGroupName, String searchServiceName, String privateEndpointConnectionName, UUID clientRequestId, PrivateEndpointConnectionProperties properties, com.azure.core.util.Context context) Updates a Private Endpoint connection to the search service in the given resource group.Mono<com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>>PrivateEndpointConnectionsClient.updateWithResponseAsync(String resourceGroupName, String searchServiceName, String privateEndpointConnectionName, UUID clientRequestId, PrivateEndpointConnectionProperties properties) Updates a Private Endpoint connection to the search service in the given resource group. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.search.fluent.models
Methods in com.azure.resourcemanager.search.fluent.models that return PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withProperties(PrivateEndpointConnectionProperties properties) Set the properties property: Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.Methods in com.azure.resourcemanager.search.fluent.models that return types with arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionSearchServiceInner.privateEndpointConnections()Get the privateEndpointConnections property: The list of private endpoint connections to the Azure Cognitive Search service. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return types with arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionSearchServiceUpdate.privateEndpointConnections()Get the privateEndpointConnections property: The list of private endpoint connections to the Azure Cognitive Search service.PrivateEndpointConnectionListResult.value()Get the value property: The list of Private Endpoint connections.