Compartir a través de


IPrivateEndpointConnectionsOperations.BeginCreateOrUpdateWithHttpMessagesAsync Método

Definición

Actualice el estado de la conexión de punto de conexión privado especificada asociada al registro de contenedor.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ContainerRegistry.Models.PrivateEndpointConnection>> BeginCreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string registryName, string privateEndpointConnectionName, Microsoft.Azure.Management.ContainerRegistry.Models.PrivateEndpoint privateEndpoint = default, Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginCreateOrUpdateWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.ContainerRegistry.Models.PrivateEndpoint * Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkServiceConnectionState * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ContainerRegistry.Models.PrivateEndpointConnection>>
Public Function BeginCreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, registryName As String, privateEndpointConnectionName As String, Optional privateEndpoint As PrivateEndpoint = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of PrivateEndpointConnection))

Parámetros

resourceGroupName
String

Nombre del grupo de recursos al que pertenece el registro de contenedor.

registryName
String

Nombre del registro de contenedor.

privateEndpointConnectionName
String

Nombre de la conexión del punto de conexión privado.

privateEndpoint
PrivateEndpoint

Recurso del punto de conexión privado.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

Colección de información sobre el estado de la conexión entre el consumidor de servicios y el proveedor.

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

Se aplica a