PrivateEndpointConnectionOperationsExtensions.BeginUpdateAsync Method

Definition

Updates the properties of an existing private endpoint connection.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection> BeginUpdateAsync (this Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, string ifMatch = default, Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations * string * string * string * string * Microsoft.Azure.Management.Batch.Models.PrivateLinkServiceConnectionState * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnection>
<Extension()>
Public Function BeginUpdateAsync (operations As IPrivateEndpointConnectionOperations, resourceGroupName As String, accountName As String, privateEndpointConnectionName As String, Optional ifMatch As String = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkServiceConnectionState = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnection)

Parameters

operations
IPrivateEndpointConnectionOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the Batch account.

accountName
String

The name of the Batch account.

privateEndpointConnectionName
String

The private endpoint connection name. This must be unique within the account.

ifMatch
String

The state (ETag) version of the private endpoint connection to update. This value can be omitted or set to "*" to apply the operation unconditionally.

privateLinkServiceConnectionState
PrivateLinkServiceConnectionState

The private link service connection state of the private endpoint connection.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to