Interface CosmosDBAccount.DefinitionStages.WithPrivateEndpointConnection
-
- All Known Subinterfaces:
CosmosDBAccount.Definition,CosmosDBAccount.DefinitionStages.WithCreate
- Enclosing interface:
- CosmosDBAccount.DefinitionStages
public static interface CosmosDBAccount.DefinitionStages.WithPrivateEndpointConnectionThe stage of the cosmos db definition allowing to specify private endpoint connection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateEndpointConnection.DefinitionStages.Blank<CosmosDBAccount.DefinitionStages.WithCreate>defineNewPrivateEndpointConnection(String name)Starts the definition of a private endpoint connection to be attached to the cosmos db account.
-
-
-
Method Detail
-
defineNewPrivateEndpointConnection
PrivateEndpointConnection.DefinitionStages.Blank<CosmosDBAccount.DefinitionStages.WithCreate> defineNewPrivateEndpointConnection(String name)
Starts the definition of a private endpoint connection to be attached to the cosmos db account.- Parameters:
name- the reference name for the private endpoint connection- Returns:
- the first stage of a private endpoint connection definition
-
-