CosmosDBAccount.DefinitionStages.WithPrivateEndpointConnection Interface
public static interface CosmosDBAccount.DefinitionStages.WithPrivateEndpointConnection
The stage of the cosmos db definition allowing to specify private endpoint connection.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Blank<With |
defineNewPrivateEndpointConnection(String name)
Starts the definition of a private endpoint connection to be attached to the cosmos db account. |
Method Details
defineNewPrivateEndpointConnection
public abstract PrivateEndpointConnection.DefinitionStages.Blank
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
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java