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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET