SharedPrivateLinkResourcesOperationsExtensions.BeginCreateOrUpdateAsync 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é. https://aka.ms/search-manage
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Search.Models.SharedPrivateLinkResource> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Search.ISharedPrivateLinkResourcesOperations operations, string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, Microsoft.Azure.Management.Search.Models.SharedPrivateLinkResource sharedPrivateLinkResource, Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions searchManagementRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Search.ISharedPrivateLinkResourcesOperations * string * string * string * Microsoft.Azure.Management.Search.Models.SharedPrivateLinkResource * Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Search.Models.SharedPrivateLinkResource>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As ISharedPrivateLinkResourcesOperations, resourceGroupName As String, searchServiceName As String, sharedPrivateLinkResourceName As String, sharedPrivateLinkResource As SharedPrivateLinkResource, Optional searchManagementRequestOptions As SearchManagementRequestOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SharedPrivateLinkResource)
Paramètres
- operations
- ISharedPrivateLinkResourcesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources au sein de l’abonnement actuel. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.
- searchServiceName
- String
Nom du service Recherche cognitive Azure associé au groupe de ressources spécifié.
- sharedPrivateLinkResourceName
- String
Nom de la ressource de liaison privée partagée gérée par le service Recherche cognitive Azure dans le groupe de ressources spécifié.
- sharedPrivateLinkResource
- SharedPrivateLinkResource
Définition de la ressource de liaison privée partagée à créer ou à mettre à jour.
- searchManagementRequestOptions
- SearchManagementRequestOptions
Paramètres supplémentaires pour l’opération
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET