Compartir a través de


IResolvePrivateLinkServiceIdOperations.POSTWithHttpMessagesAsync Método

Definición

Obtiene el identificador de servicio de vínculo privado del clúster administrado especificado.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateLinkResourceInner>> POSTWithHttpMessagesAsync (string resourceGroupName, string resourceName, Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateLinkResourceInner parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member POSTWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateLinkResourceInner * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ContainerService.Fluent.Models.PrivateLinkResourceInner>>
Public Function POSTWithHttpMessagesAsync (resourceGroupName As String, resourceName As String, parameters As PrivateLinkResourceInner, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of PrivateLinkResourceInner))

Parámetros

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.

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Excepciones

Se produce cuando la operación devolvió un código de estado no válido

Se produce cuando no se puede deserializar la respuesta

Se produce cuando un parámetro obligatorio es NULL

Comentarios

Obtiene el identificador de servicio de vínculo privado del clúster administrado especificado.

Se aplica a