Share via


PurviewAccountResource.UpdateStatusIngestionPrivateEndpointConnection Method

Definition

Update ingestion private endpoint connection status

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/ingestionPrivateEndpointConnectionStatus
  • Operation Id: IngestionPrivateEndpointConnections_UpdateStatus
  • Default Api Version: 2023-05-01-preview
public virtual Azure.Response<Azure.ResourceManager.Purview.Models.PrivateEndpointConnectionStatusUpdateResult> UpdateStatusIngestionPrivateEndpointConnection (Azure.ResourceManager.Purview.Models.PrivateEndpointConnectionStatusUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateStatusIngestionPrivateEndpointConnection : Azure.ResourceManager.Purview.Models.PrivateEndpointConnectionStatusUpdateContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Purview.Models.PrivateEndpointConnectionStatusUpdateResult>
override this.UpdateStatusIngestionPrivateEndpointConnection : Azure.ResourceManager.Purview.Models.PrivateEndpointConnectionStatusUpdateContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Purview.Models.PrivateEndpointConnectionStatusUpdateResult>
Public Overridable Function UpdateStatusIngestionPrivateEndpointConnection (content As PrivateEndpointConnectionStatusUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PrivateEndpointConnectionStatusUpdateResult)

Parameters

content
PrivateEndpointConnectionStatusUpdateContent

The ingestion private endpoint connection status update request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to