Language

PaymentHsmClusterPrivateEndpointConnectionCollection.CreateOrUpdate Method

Definition

Creates or updates the private endpoint connection for the Payment Hsm Cluster.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HardwareSecurityModules/paymentHsmClusters/{paymentHsmClusterName}/privateEndpointConnections/{peConnectionName}.
  • Operation Id. : PaymentHsmClusterPrivateEndpointConnections_Create.
  • Default Api Version. : 2025-12-01-preview.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HardwareSecurityModules.PaymentHsmClusterPrivateEndpointConnectionResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string peConnectionName, Azure.ResourceManager.HardwareSecurityModules.PaymentHsmClusterPrivateEndpointConnectionData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.HardwareSecurityModules.PaymentHsmClusterPrivateEndpointConnectionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HardwareSecurityModules.PaymentHsmClusterPrivateEndpointConnectionResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.HardwareSecurityModules.PaymentHsmClusterPrivateEndpointConnectionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HardwareSecurityModules.PaymentHsmClusterPrivateEndpointConnectionResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, peConnectionName As String, data As PaymentHsmClusterPrivateEndpointConnectionData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of PaymentHsmClusterPrivateEndpointConnectionResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

peConnectionName
String

Name of the private endpoint connection associated with the Payment HSM Cluster.

data
PaymentHsmClusterPrivateEndpointConnectionData

Parameters of the PrivateEndpointConnection.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

peConnectionName or data is null.

peConnectionName is an empty string, and was expected to be non-empty.

Applies to