Compartir a través de


PrivateLinkHubsOperationsExtensions.UpdateAsync Método

Definición

Novedades un privateLinkHub

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.PrivateLinkHub> UpdateAsync (this Microsoft.Azure.Management.Synapse.IPrivateLinkHubsOperations operations, Microsoft.Azure.Management.Synapse.Models.PrivateLinkHubPatchInfo privateLinkHubPatchInfo, string resourceGroupName, string privateLinkHubName, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Synapse.IPrivateLinkHubsOperations * Microsoft.Azure.Management.Synapse.Models.PrivateLinkHubPatchInfo * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.PrivateLinkHub>
<Extension()>
Public Function UpdateAsync (operations As IPrivateLinkHubsOperations, privateLinkHubPatchInfo As PrivateLinkHubPatchInfo, resourceGroupName As String, privateLinkHubName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkHub)

Parámetros

operations
IPrivateLinkHubsOperations

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

privateLinkHubPatchInfo
PrivateLinkHubPatchInfo

Propiedades de solicitud de revisión de PrivateLinkHub

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

privateLinkHubName
String

Nombre de privateLinkHub

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a