PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdate Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria ou atualiza PrivateEndpointConnections do namespace de serviço. https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx
public static Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection CreateOrUpdate (this Microsoft.Azure.Management.EventHub.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string namespaceName, string privateEndpointConnectionName, Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.EventHub.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection -> Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection
<Extension()>
Public Function CreateOrUpdate (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, namespaceName As String, privateEndpointConnectionName As String, parameters As PrivateEndpointConnection) As PrivateEndpointConnection
Parâmetros
- operations
- IPrivateEndpointConnectionsOperations
O grupo de operações para esse método de extensão.
- resourceGroupName
- String
Nome do grupo de recursos dentro da assinatura do azure.
- namespaceName
- String
O nome do namespace
- privateEndpointConnectionName
- String
O nome PrivateEndpointConnection
- parameters
- PrivateEndpointConnection
Parâmetros fornecidos para atualizar o Status da Conexão PrivateEndPoint para o recurso de namespace.
Retornos
Aplica-se a
Azure SDK for .NET