ResolvePrivateLinkServiceIdOperationsExtensions.POSTAsync 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.
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 à
Azure SDK for .NET