Compartir a través de


ResolvePrivateLinkServiceIdOperationsExtensions.POSTAsync Método

Definición

Obtiene el identificador de servicio de private link para el clúster administrado especificado.

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)

Parámetros

operations
IResolvePrivateLinkServiceIdOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

resourceName
String

Nombre del recurso de clúster administrado.

parameters
PrivateLinkResourceInner

Parámetros (nombre, groupId) proporcionados para resolver un identificador de servicio de vínculo privado.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

Obtiene el identificador de servicio de private link del clúster administrado especificado.

Se aplica a