SharedSearchServicePrivateLinkResourceCollection.CreateOrUpdate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lance la création ou la mise à jour d’une ressource de liaison privée partagée gérée par le service de recherche dans le groupe de ressources donné.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}
- IdSharedPrivateLinkResources_CreateOrUpdate d’opération
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)
Paramètres
- waitUntil
- WaitUntil
Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations Azure.Core Long-Running.
- sharedPrivateLinkResourceName
- String
Nom de la ressource de liaison privée partagée gérée par le service Recherche cognitive Azure au sein du groupe de ressources spécifié.
Définition de la ressource de liaison privée partagée à créer ou à mettre à jour.
- searchManagementRequestOptions
- SearchManagementRequestOptions
Groupe de paramètres.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
sharedPrivateLinkResourceName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
sharedPrivateLinkResourceName
ou data
est null.
S’applique à
Azure SDK for .NET