Compartilhar via


PrivateEndpointConnectionsOperationsExtensions.Delete Método

Definição

Desconecta a conexão de ponto de extremidade privado e a exclui do serviço de pesquisa. https://aka.ms/search-manage

public static Microsoft.Azure.Management.Search.Models.PrivateEndpointConnection Delete (this Microsoft.Azure.Management.Search.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string searchServiceName, string privateEndpointConnectionName, Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions searchManagementRequestOptions = default);
static member Delete : Microsoft.Azure.Management.Search.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions -> Microsoft.Azure.Management.Search.Models.PrivateEndpointConnection
<Extension()>
Public Function Delete (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, searchServiceName As String, privateEndpointConnectionName As String, Optional searchManagementRequestOptions As SearchManagementRequestOptions = Nothing) As 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.

searchManagementRequestOptions
SearchManagementRequestOptions

Parâmetros adicionais para a operação

Retornos

Aplica-se a