Interface CosmosDBAccount.UpdateStages.WithPrivateEndpointConnection

All Known Subinterfaces:
CosmosDBAccount.Update, CosmosDBAccount.UpdateStages.WithOptionals
Enclosing interface:
CosmosDBAccount.UpdateStages

public static interface CosmosDBAccount.UpdateStages.WithPrivateEndpointConnection
The stage of the cosmos db update allowing to specify private endpoint connection.
  • Method Details

    • defineNewPrivateEndpointConnection

      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