Partager via


PrivateLinkHubsOperationsExtensions.UpdateAsync Méthode

Définition

Mises à jour 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)

Paramètres

operations
IPrivateLinkHubsOperations

Groupe d’opérations pour cette méthode d’extension.

privateLinkHubPatchInfo
PrivateLinkHubPatchInfo

Propriétés de demande de correctif PrivateLinkHub

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

privateLinkHubName
String

Nom du privateLinkHub

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à