Interface IWithPrivateEndpointConnection
- Namespace
- Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of the cosmos db update allowing to specify private endpoint connection.
public interface IWithPrivateEndpointConnection
Methods
DefineNewPrivateEndpointConnection(string)
Start the definition of a private endpoint connection to be attached to the cosmos db account.
IBlank<IWithOptionals> DefineNewPrivateEndpointConnection(string name)
Parameters
name
stringThe reference name for the private endpoint connection.
Returns
UpdatePrivateEndpointConnection(string)
Start the update of an existing private endpoint connection.
IUpdate UpdatePrivateEndpointConnection(string name)
Parameters
name
stringThe reference name for the private endpoint connection.
Returns
WithoutPrivateEndpointConnection(string)
Remove an existing private endpoint connection.
IWithOptionals WithoutPrivateEndpointConnection(string name)
Parameters
name
stringThe reference name for the private endpoint connection.