PurviewAccountResource.UpdateStatusIngestionPrivateEndpointConnection 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.
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
The ingestion private endpoint connection status update request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET