Partager via


PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdate Méthode

Définition

Crée ou met à jour PrivateEndpointConnections de l’espace de noms de service. https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx

public static Microsoft.Azure.Management.ServiceBus.Models.PrivateEndpointConnection CreateOrUpdate (this Microsoft.Azure.Management.ServiceBus.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string namespaceName, string privateEndpointConnectionName, Microsoft.Azure.Management.ServiceBus.Models.PrivateEndpointConnection parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.ServiceBus.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.ServiceBus.Models.PrivateEndpointConnection -> Microsoft.Azure.Management.ServiceBus.Models.PrivateEndpointConnection
<Extension()>
Public Function CreateOrUpdate (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, namespaceName As String, privateEndpointConnectionName As String, parameters As PrivateEndpointConnection) As PrivateEndpointConnection

Paramètres

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

Nom du groupe de ressources dans l’abonnement Azure.

namespaceName
String

Nom de l’espace de noms

privateEndpointConnectionName
String

Nom PrivateEndpointConnection

parameters
PrivateEndpointConnection

Paramètres fournis pour mettre à jour l’état de la connexion PrivateEndPoint à la ressource d’espace de noms.

Retours

S’applique à