Compartilhar via


PrivateEndpointConnectionsOperationsExtensions.UpdateAsync Método

Definição

Atualizações uma conexão de ponto de extremidade privado com o serviço de pesquisa no grupo de recursos especificado. https://aka.ms/search-manage

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Search.Models.PrivateEndpointConnection> UpdateAsync (this Microsoft.Azure.Management.Search.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string searchServiceName, string privateEndpointConnectionName, Microsoft.Azure.Management.Search.Models.PrivateEndpointConnection privateEndpointConnection, Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions searchManagementRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Search.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.Search.Models.PrivateEndpointConnection * Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Search.Models.PrivateEndpointConnection>
<Extension()>
Public Function UpdateAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, searchServiceName As String, privateEndpointConnectionName As String, privateEndpointConnection As PrivateEndpointConnection, Optional searchManagementRequestOptions As SearchManagementRequestOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnection)

Parâmetros

operations
IPrivateEndpointConnectionsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos na assinatura atual. Você pode obter esse valor por meio da API do Gerenciador de Recursos do Azure ou por meio do portal.

searchServiceName
String

O nome do serviço Azure Cognitive Search associado ao grupo de recursos especificado.

privateEndpointConnectionName
String

O nome da conexão de ponto de extremidade privado com o serviço Azure Cognitive Search com o grupo de recursos especificado.

privateEndpointConnection
PrivateEndpointConnection

A definição da conexão de ponto de extremidade privado a ser atualizada.

searchManagementRequestOptions
SearchManagementRequestOptions

Parâmetros adicionais para a operação

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a