Share via


PrivateEndpointConnectionsOperationsExtensions.Put Method

Definition

Updates the specified private endpoint connection associated with the key vault.

public static Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnection Put (this Microsoft.Azure.Management.KeyVault.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string vaultName, string privateEndpointConnectionName, Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnection properties);
static member Put : Microsoft.Azure.Management.KeyVault.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnection -> Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnection
<Extension()>
Public Function Put (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, vaultName As String, privateEndpointConnectionName As String, properties As PrivateEndpointConnection) As PrivateEndpointConnection

Parameters

operations
IPrivateEndpointConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group that contains the key vault.

vaultName
String

The name of the key vault.

privateEndpointConnectionName
String

Name of the private endpoint connection associated with the key vault.

properties
PrivateEndpointConnection

The intended state of private endpoint connection.

Returns

Applies to