Bagikan melalui


PrivateEndpointConnectionOperationsExtensions Class

Definition

Extension methods for PrivateEndpointConnectionOperations.

public static class PrivateEndpointConnectionOperationsExtensions
type PrivateEndpointConnectionOperationsExtensions = class
Public Module PrivateEndpointConnectionOperationsExtensions
Inheritance
PrivateEndpointConnectionOperationsExtensions

Methods

BeginDelete(IPrivateEndpointConnectionOperations, String, String, String)

Deletes the specified private endpoint connection.

BeginDeleteAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

Deletes the specified private endpoint connection.

BeginUpdate(IPrivateEndpointConnectionOperations, String, String, String, String, PrivateLinkServiceConnectionState)

Updates the properties of an existing private endpoint connection.

BeginUpdateAsync(IPrivateEndpointConnectionOperations, String, String, String, String, PrivateLinkServiceConnectionState, CancellationToken)

Updates the properties of an existing private endpoint connection.

Delete(IPrivateEndpointConnectionOperations, String, String, String)

Deletes the specified private endpoint connection.

DeleteAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

Deletes the specified private endpoint connection.

Get(IPrivateEndpointConnectionOperations, String, String, String)

Gets information about the specified private endpoint connection.

GetAsync(IPrivateEndpointConnectionOperations, String, String, String, CancellationToken)

Gets information about the specified private endpoint connection.

ListByBatchAccount(IPrivateEndpointConnectionOperations, String, String, Nullable<Int32>)

Lists all of the private endpoint connections in the specified account.

ListByBatchAccountAsync(IPrivateEndpointConnectionOperations, String, String, Nullable<Int32>, CancellationToken)

Lists all of the private endpoint connections in the specified account.

ListByBatchAccountNext(IPrivateEndpointConnectionOperations, String)

Lists all of the private endpoint connections in the specified account.

ListByBatchAccountNextAsync(IPrivateEndpointConnectionOperations, String, CancellationToken)

Lists all of the private endpoint connections in the specified account.

Update(IPrivateEndpointConnectionOperations, String, String, String, String, PrivateLinkServiceConnectionState)

Updates the properties of an existing private endpoint connection.

UpdateAsync(IPrivateEndpointConnectionOperations, String, String, String, String, PrivateLinkServiceConnectionState, CancellationToken)

Updates the properties of an existing private endpoint connection.

Applies to