Partager via


PrivateLinkHubsOperationsExtensions.CreateOrUpdate Méthode

Définition

Crée ou met à jour un privateLinkHub

public static Microsoft.Azure.Management.Synapse.Models.PrivateLinkHub CreateOrUpdate (this Microsoft.Azure.Management.Synapse.IPrivateLinkHubsOperations operations, Microsoft.Azure.Management.Synapse.Models.PrivateLinkHub privateLinkHubInfo, string resourceGroupName, string privateLinkHubName);
static member CreateOrUpdate : Microsoft.Azure.Management.Synapse.IPrivateLinkHubsOperations * Microsoft.Azure.Management.Synapse.Models.PrivateLinkHub * string * string -> Microsoft.Azure.Management.Synapse.Models.PrivateLinkHub
<Extension()>
Public Function CreateOrUpdate (operations As IPrivateLinkHubsOperations, privateLinkHubInfo As PrivateLinkHub, resourceGroupName As String, privateLinkHubName As String) As PrivateLinkHub

Paramètres

operations
IPrivateLinkHubsOperations

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

privateLinkHubInfo
PrivateLinkHub

PrivateLinkHub créer ou mettre à jour des propriétés de requête

resourceGroupName
String

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

privateLinkHubName
String

Nom du privateLinkHub

Retours

S’applique à