Freigeben über


PrivateLinkHubsOperationsExtensions.UpdateAsync Methode

Definition

Updates eines 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)

Parameter

operations
IPrivateLinkHubsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

privateLinkHubPatchInfo
PrivateLinkHubPatchInfo

Eigenschaften der PrivateLinkHub-Patchanforderung

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

privateLinkHubName
String

Name des privateLinkHub

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: