Compartir a través de


PrivateEndpointConnectionsOperationsExtensions.BeginCreateOrUpdate 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 BeginCreateOrUpdate (this Microsoft.Azure.Management.Automation.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string automationAccountName, string privateEndpointConnectionName, Microsoft.Azure.Management.Automation.Models.PrivateEndpointConnection parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Automation.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.PrivateEndpointConnection -> Microsoft.Azure.Management.Automation.Models.PrivateEndpointConnection
<Extension()>
Public Function BeginCreateOrUpdate (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