Interface CosmosDBAccount.UpdateStages.WithPrivateEndpointConnection
-
- All Known Subinterfaces:
CosmosDBAccount.Update,CosmosDBAccount.UpdateStages.WithOptionals
- Enclosing interface:
- CosmosDBAccount.UpdateStages
public static interface CosmosDBAccount.UpdateStages.WithPrivateEndpointConnectionThe stage of the cosmos db update allowing to specify private endpoint connection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateEndpointConnection.UpdateDefinitionStages.Blank<CosmosDBAccount.UpdateStages.WithOptionals>defineNewPrivateEndpointConnection(String name)Start the definition of a private endpoint connection to be attached to the cosmos db account.PrivateEndpointConnection.UpdateupdatePrivateEndpointConnection(String name)Start the update of an existing private endpoint connection.CosmosDBAccount.UpdateStages.WithOptionalswithoutPrivateEndpointConnection(String name)Remove an existing private endpoint connection.
-
-
-
Method Detail
-
defineNewPrivateEndpointConnection
PrivateEndpointConnection.UpdateDefinitionStages.Blank<CosmosDBAccount.UpdateStages.WithOptionals> defineNewPrivateEndpointConnection(String name)
Start 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
-
updatePrivateEndpointConnection
PrivateEndpointConnection.Update updatePrivateEndpointConnection(String name)
Start the update of an existing private endpoint connection.- Parameters:
name- the reference name for the private endpoint connection- Returns:
- the first stage of a private endpoint connection update
-
withoutPrivateEndpointConnection
CosmosDBAccount.UpdateStages.WithOptionals withoutPrivateEndpointConnection(String name)
Remove an existing private endpoint connection.- Parameters:
name- the reference name for the private endpoint connection- Returns:
- the next stage
-
-