CosmosDBAccountImpl.IWithPrivateEndpointConnection.UpdatePrivateEndpointConnection Method

Definition

Start the update of an existing private endpoint connection.

Microsoft.Azure.Management.CosmosDB.Fluent.PrivateEndpointConnection.Update.IUpdate IWithPrivateEndpointConnection.UpdatePrivateEndpointConnection (string name);
abstract member Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithPrivateEndpointConnection.UpdatePrivateEndpointConnection : string -> Microsoft.Azure.Management.CosmosDB.Fluent.PrivateEndpointConnection.Update.IUpdate
override this.Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithPrivateEndpointConnection.UpdatePrivateEndpointConnection : string -> Microsoft.Azure.Management.CosmosDB.Fluent.PrivateEndpointConnection.Update.IUpdate
Function UpdatePrivateEndpointConnection (name As String) As IUpdate Implements IWithPrivateEndpointConnection.UpdatePrivateEndpointConnection

Parameters

name
String

The reference name for the private endpoint connection.

Returns

The first stage of a private endpoint connection definition.

Implements

Applies to