public static interface CosmosDBAccount.UpdateStages.WithPrivateEndpointConnection
| Modifier and Type | Method and 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.Update |
updatePrivateEndpointConnection(String name)
Start the update of an existing private endpoint connection.
|
CosmosDBAccount.UpdateStages.WithOptionals |
withoutPrivateEndpointConnection(String name)
Remove an existing private endpoint connection.
|
PrivateEndpointConnection.UpdateDefinitionStages.Blank<CosmosDBAccount.UpdateStages.WithOptionals> defineNewPrivateEndpointConnection(String name)
name - the reference name for the private endpoint connectionPrivateEndpointConnection.Update updatePrivateEndpointConnection(String name)
name - the reference name for the private endpoint connectionCosmosDBAccount.UpdateStages.WithOptionals withoutPrivateEndpointConnection(String name)
name - the reference name for the private endpoint connection/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/