CosmosDBAccountImpl.IWithPrivateEndpointConnection.UpdatePrivateEndpointConnection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Start the update of an existing private endpoint connection.
Microsoft.Azure.Management.CosmosDB.Fluent.PrivateEndpointConnection.Update.IUpdate IWithPrivateEndpointConnection.UpdatePrivateEndpointConnection (string name);
abstract member Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithPrivateEndpointConnection.UpdatePrivateEndpointConnection : string -> Microsoft.Azure.Management.CosmosDB.Fluent.PrivateEndpointConnection.Update.IUpdate
override this.Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IWithPrivateEndpointConnection.UpdatePrivateEndpointConnection : string -> Microsoft.Azure.Management.CosmosDB.Fluent.PrivateEndpointConnection.Update.IUpdate
Function UpdatePrivateEndpointConnection (name As String) As IUpdate Implements IWithPrivateEndpointConnection.UpdatePrivateEndpointConnection
Parameters
- name
- String
The reference name for the private endpoint connection.
Returns
The first stage of a private endpoint connection definition.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET