PrivateLinkHubsOperationsExtensions.Update Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mises à jour un privateLinkHub
public static Microsoft.Azure.Management.Synapse.Models.PrivateLinkHub Update (this Microsoft.Azure.Management.Synapse.IPrivateLinkHubsOperations operations, Microsoft.Azure.Management.Synapse.Models.PrivateLinkHubPatchInfo privateLinkHubPatchInfo, string resourceGroupName, string privateLinkHubName);
static member Update : Microsoft.Azure.Management.Synapse.IPrivateLinkHubsOperations * Microsoft.Azure.Management.Synapse.Models.PrivateLinkHubPatchInfo * string * string -> Microsoft.Azure.Management.Synapse.Models.PrivateLinkHub
<Extension()>
Public Function Update (operations As IPrivateLinkHubsOperations, privateLinkHubPatchInfo As PrivateLinkHubPatchInfo, resourceGroupName As String, privateLinkHubName As String) As 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
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET