Compartir a través de


PrivateEndpointConnectionsOperationsExtensions.PutAsync Método

Definición

Actualice el estado de la conexión de punto de conexión privado especificada asociada a la caché de Redis.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Redis.Models.PrivateEndpointConnection> PutAsync (this Microsoft.Azure.Management.Redis.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string cacheName, string privateEndpointConnectionName, Microsoft.Azure.Management.Redis.Models.PrivateEndpointConnection properties, System.Threading.CancellationToken cancellationToken = default);
static member PutAsync : Microsoft.Azure.Management.Redis.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.Redis.Models.PrivateEndpointConnection * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Redis.Models.PrivateEndpointConnection>
<Extension()>
Public Function PutAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, cacheName As String, privateEndpointConnectionName As String, properties As PrivateEndpointConnection, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnection)

Parámetros

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

Nombre del grupo de recursos.

cacheName
String

Nombre de la caché de Redis.

privateEndpointConnectionName
String

Nombre de la conexión de punto de conexión privado asociada al recurso de Azure.

properties
PrivateEndpointConnection

Las propiedades de conexión del punto de conexión privado.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a