SharedSearchServicePrivateLinkResourceCollection.CreateOrUpdate Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicia a criação ou atualização de um recurso de link privado compartilhado gerenciado pelo serviço de pesquisa no grupo de recursos especificado.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
- Operação IdSharedPrivateLinkResources_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Search.SharedSearchServicePrivateLinkResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string sharedPrivateLinkResourceName, Azure.ResourceManager.Search.SharedSearchServicePrivateLinkResourceData data, Azure.ResourceManager.Search.Models.SearchManagementRequestOptions searchManagementRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Search.SharedSearchServicePrivateLinkResourceData * Azure.ResourceManager.Search.Models.SearchManagementRequestOptions * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Search.SharedSearchServicePrivateLinkResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Search.SharedSearchServicePrivateLinkResourceData * Azure.ResourceManager.Search.Models.SearchManagementRequestOptions * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Search.SharedSearchServicePrivateLinkResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, sharedPrivateLinkResourceName As String, data As SharedSearchServicePrivateLinkResourceData, Optional searchManagementRequestOptions As SearchManagementRequestOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of SharedSearchServicePrivateLinkResource)
Parâmetros
- waitUntil
- WaitUntil
Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.
- sharedPrivateLinkResourceName
- String
O nome do recurso de link privado compartilhado gerenciado pelo serviço Azure Cognitive Search dentro do grupo de recursos especificado.
A definição do recurso de link privado compartilhado a ser criado ou atualizado.
- searchManagementRequestOptions
- SearchManagementRequestOptions
Grupo de parâmetros.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
sharedPrivateLinkResourceName
é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.
sharedPrivateLinkResourceName
ou data
é nulo.
Aplica-se a
Azure SDK for .NET