Uses of Class
com.azure.resourcemanager.search.models.PrivateEndpointConnectionProperties
-
Packages that use PrivateEndpointConnectionProperties Package Description com.azure.resourcemanager.search.fluent Package containing the service clients for SearchManagementClient.com.azure.resourcemanager.search.fluent.models Package containing the inner data models for SearchManagementClient.com.azure.resourcemanager.search.models 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 PrivateEndpointConnectionProperties Modifier and Type Method Description Mono<PrivateEndpointConnectionInner>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 PrivateEndpointConnectionProperties in com.azure.resourcemanager.search.fluent.models
Methods in com.azure.resourcemanager.search.fluent.models that return PrivateEndpointConnectionProperties Modifier and Type Method Description PrivateEndpointConnectionPropertiesPrivateEndpointConnectionInner. 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 PrivateEndpointConnectionProperties Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateEndpointConnectionInner. 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 PrivateEndpointConnectionProperties Modifier and Type Method Description PrivateEndpointConnectionPropertiesPrivateEndpointConnectionProperties. withPrivateEndpoint(PrivateEndpointConnectionPropertiesPrivateEndpoint privateEndpoint)Set the privateEndpoint property: The private endpoint resource from Microsoft.Network provider.PrivateEndpointConnectionPropertiesPrivateEndpointConnectionProperties. withPrivateLinkServiceConnectionState(PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: Describes the current state of an existing Private Link Service connection to the Azure Private Endpoint.
-