Aracılığıyla paylaş


PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdateAsync Method

Definition

Approve or reject a private endpoint connection with a given name.

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

Parameters

operations
IPrivateEndpointConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

Cosmos DB database account name.

privateEndpointConnectionName
String

The name of the private endpoint connection.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to