PurviewAccountResource.UpdateStatusIngestionPrivateEndpointConnectionAsync 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 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
The ingestion private endpoint connection status update request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET