Table of Contents

Interface IWithPrivateEndpointConnection

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

The stage of the cosmos db definition allowing to specify private endpoint connection.

public interface IWithPrivateEndpointConnection

Methods

DefineNewPrivateEndpointConnection(string)

Starts the definition of a private endpoint connection to be attached to the cosmos db account.

IBlank<IWithCreate> DefineNewPrivateEndpointConnection(string name)

Parameters

name string

The reference name for the private endpoint connection.

Returns

IBlank<IWithCreate>