CosmosDBAccount.UpdateStages.WithPrivateEndpointConnection Interface
public static interface CosmosDBAccount.UpdateStages.WithPrivateEndpointConnection
The stage of the cosmos db update allowing to specify private endpoint connection.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Blank<With |
defineNewPrivateEndpointConnection(String name)
Start the definition of a private endpoint connection to be attached to the cosmos db account. |
abstract Update |
updatePrivateEndpointConnection(String name)
Start the update of an existing private endpoint connection. |
abstract
With |
withoutPrivateEndpointConnection(String name)
Remove an existing private endpoint connection. |
Method Details
defineNewPrivateEndpointConnection
public abstract PrivateEndpointConnection.UpdateDefinitionStages.Blank
Start the definition of a private endpoint connection to be attached to the cosmos db account.
Parameters:
Returns:
updatePrivateEndpointConnection
public abstract PrivateEndpointConnection.Update updatePrivateEndpointConnection(String name)
Start the update of an existing private endpoint connection.
Parameters:
Returns:
withoutPrivateEndpointConnection
public abstract CosmosDBAccount.UpdateStages.WithOptionals withoutPrivateEndpointConnection(String name)
Remove an existing private endpoint connection.
Parameters:
Returns:
Applies to
Azure SDK for Java