| 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionProperties |
PrivateEndpointConnectionInner.properties()
Get the properties property: Describes the properties of an existing Private Endpoint connection to the Azure
Cognitive Search service.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionInner |
PrivateEndpointConnectionInner.withProperties(PrivateEndpointConnectionProperties properties)
Set the properties property: Describes the properties of an existing Private Endpoint connection to the Azure
Cognitive Search service.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateEndpointConnectionProperties |
PrivateEndpointConnectionProperties.withPrivateEndpoint(PrivateEndpointConnectionPropertiesPrivateEndpoint privateEndpoint)
Set the privateEndpoint property: The private endpoint resource from Microsoft.Network provider.
|
PrivateEndpointConnectionProperties |
PrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState(PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: Describes the current state of an existing Private Link
Service connection to the Azure Private Endpoint.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.