Partager via


SharedPrivateLinkResourcesOperationsExtensions.GetAsync Méthode

Définition

Obtient les détails de la 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> GetAsync(this Microsoft.Azure.Management.Search.ISharedPrivateLinkResourcesOperations operations, string resourceGroupName, string searchServiceName, string sharedPrivateLinkResourceName, Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions searchManagementRequestOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Search.ISharedPrivateLinkResourcesOperations * string * string * string * Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Search.Models.SharedPrivateLinkResource>
<Extension()>
Public Function GetAsync (operations As ISharedPrivateLinkResourcesOperations, resourceGroupName As String, searchServiceName As String, sharedPrivateLinkResourceName As String, 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é.

searchManagementRequestOptions
SearchManagementRequestOptions

Paramètres supplémentaires pour l’opération

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à