Compartir a través de


PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdate Método

Definición

Apruebe o rechace una conexión de punto de conexión privado con un nombre determinado.

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

Parámetros

operations
IPrivateEndpointConnectionsOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre de un grupo de recursos de Azure.

automationAccountName
String

Nombre de la cuenta de Automation.

privateEndpointConnectionName
String

Nombre de la conexión del punto de conexión privado.

Devoluciones

Se aplica a