Compartir a través de


PrivateEndpointConnectionsOperationsExtensions.BeginCreateOrUpdateAsync Método

Definición

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Monitor.Models.PrivateEndpointConnection> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Monitor.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string scopeName, string privateEndpointConnectionName, Microsoft.Azure.Management.Monitor.Models.PrivateEndpointConnection parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Monitor.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.Monitor.Models.PrivateEndpointConnection * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Monitor.Models.PrivateEndpointConnection>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, scopeName As String, privateEndpointConnectionName As String, parameters As PrivateEndpointConnection, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnection)

Parámetros

operations
IPrivateEndpointConnectionsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

scopeName
String

Nombre del recurso PrivateLinkScope de Azure Monitor.

privateEndpointConnectionName
String

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

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a