Uses of Class
com.azure.resourcemanager.search.models.PrivateEndpointConnectionProperties
Packages that use PrivateEndpointConnectionProperties
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 PrivateEndpointConnectionProperties in com.azure.resourcemanager.search.fluent
Methods in com.azure.resourcemanager.search.fluent with parameters of type PrivateEndpointConnectionPropertiesModifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.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 PrivateEndpointConnectionProperties in com.azure.resourcemanager.search.fluent.models
Methods in com.azure.resourcemanager.search.fluent.models that return PrivateEndpointConnectionPropertiesModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.properties()Get 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 with parameters of type PrivateEndpointConnectionPropertiesModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withProperties(PrivateEndpointConnectionProperties properties) Set the properties property: Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service. -
Uses of PrivateEndpointConnectionProperties in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return PrivateEndpointConnectionPropertiesModifier and TypeMethodDescriptionPrivateEndpointConnectionProperties.withPrivateEndpoint(PrivateEndpointConnectionPropertiesPrivateEndpoint privateEndpoint) Set the privateEndpoint property: The private endpoint resource from Microsoft.Network provider.PrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState(PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.