Partager via


ResolvePrivateLinkServiceIdOperationsExtensions.POSTAsync Méthode

Définition

Obtient l’ID de service de liaison privée pour le cluster managé spécifié.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateLinkResourceInner> POSTAsync (this Microsoft.Azure.Management.ContainerService.Fluent.IResolvePrivateLinkServiceIdOperations operations, string resourceGroupName, string resourceName, Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateLinkResourceInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member POSTAsync : Microsoft.Azure.Management.ContainerService.Fluent.IResolvePrivateLinkServiceIdOperations * string * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateLinkResourceInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateLinkResourceInner>
<Extension()>
Public Function POSTAsync (operations As IResolvePrivateLinkServiceIdOperations, resourceGroupName As String, resourceName As String, parameters As PrivateLinkResourceInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResourceInner)

Paramètres

operations
IResolvePrivateLinkServiceIdOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

resourceName
String

Nom de la ressource de cluster managé.

parameters
PrivateLinkResourceInner

Paramètres (name, groupId) fournis pour résoudre un ID de service de liaison privée.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Obtient l’ID de service de liaison privée du cluster managé spécifié.

S’applique à