Udostępnij za pośrednictwem


IPrivateEndpointConnectionsOperations.BeginUpdateWithHttpMessagesAsync Method

Definition

Update a specific private endpoint connection.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.EventGrid.Models.PrivateEndpointConnection>> BeginUpdateWithHttpMessagesAsync (string resourceGroupName, string parentType, string parentName, string privateEndpointConnectionName, Microsoft.Azure.Management.EventGrid.Models.PrivateEndpointConnection privateEndpointConnection, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginUpdateWithHttpMessagesAsync : string * string * string * string * Microsoft.Azure.Management.EventGrid.Models.PrivateEndpointConnection * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.EventGrid.Models.PrivateEndpointConnection>>
Public Function BeginUpdateWithHttpMessagesAsync (resourceGroupName As String, parentType As String, parentName As String, privateEndpointConnectionName As String, privateEndpointConnection As PrivateEndpointConnection, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of PrivateEndpointConnection))

Parameters

resourceGroupName
String

The name of the resource group within the user's subscription.

parentType
String

The type of the parent resource. This can be either 'topics', 'domains', or 'partnerNamespaces'. Possible values include: 'topics', 'domains', 'partnerNamespaces'

parentName
String

The name of the parent resource (namely, either, the topic name, domain name, or partner namespace name).

privateEndpointConnectionName
String

The name of the private endpoint connection connection.

privateEndpointConnection
PrivateEndpointConnection

The private endpoint connection object to update.

customHeaders
Dictionary<String,List<String>>

The headers that will be added to request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Exceptions

Thrown when the operation returned an invalid status code

Thrown when unable to deserialize the response

Thrown when a required parameter is null

Remarks

Update a specific private endpoint connection under a topic, domain or partner namespace.

Applies to