Delen via


PurviewAccountResource.UpdateStatusIngestionPrivateEndpointConnectionAsync 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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Purview.Models.PrivateEndpointConnectionStatusUpdateResult>> UpdateStatusIngestionPrivateEndpointConnectionAsync (Azure.ResourceManager.Purview.Models.PrivateEndpointConnectionStatusUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateStatusIngestionPrivateEndpointConnectionAsync : Azure.ResourceManager.Purview.Models.PrivateEndpointConnectionStatusUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Purview.Models.PrivateEndpointConnectionStatusUpdateResult>>
override this.UpdateStatusIngestionPrivateEndpointConnectionAsync : Azure.ResourceManager.Purview.Models.PrivateEndpointConnectionStatusUpdateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Purview.Models.PrivateEndpointConnectionStatusUpdateResult>>
Public Overridable Function UpdateStatusIngestionPrivateEndpointConnectionAsync (content As PrivateEndpointConnectionStatusUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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