PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdateAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Actualice el estado de la conexión de punto de conexión privado especificada asociada al registro de contenedor.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.PrivateEndpointConnection> CreateOrUpdateAsync (this Microsoft.Azure.Management.ContainerRegistry.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string registryName, string privateEndpointConnectionName, Microsoft.Azure.Management.ContainerRegistry.Models.PrivateEndpoint privateEndpoint = default, Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ContainerRegistry.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.ContainerRegistry.Models.PrivateEndpoint * Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkServiceConnectionState * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Models.PrivateEndpointConnection>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, registryName As String, privateEndpointConnectionName As String, Optional privateEndpoint As PrivateEndpoint = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnection)
Parámetros
- operations
- IPrivateEndpointConnectionsOperations
Grupo de operaciones para este método de extensión.
- 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 de 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 del servicio y el proveedor.
- cancellationToken
- CancellationToken
Token de cancelación.
Devoluciones
Se aplica a
Azure SDK for .NET